Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dennis_gull

Archived
  • Posts

    368
  • Joined

  • Last visited

Profile Information

  • Real Name
    Dennis
  • Gender
    Male
  • Location
    Sweden

Dennis_gull's Achievements

  1. You could make a dropdown box and then use a javascript onchange that send the data to the db and then send it back with the following categories that will be placed in the other dropdown box.. its not that hard to accomplish. :)
  2. When you say ebay do you mean the actual www.ebay.com or an ebay like store? Will it allow me to make auctions or will it allow anyone to make auctions? Edit: Never mind, I read the "How it works" :)
  3. I never used that option but yeah I think so, at least thats what it says :)
  4. Do you want to send a email to the customer or yourself? You can add some kinda easy code to send an email to yourself.. I think something like this should work: define(EMAIL_TEXT_SUBJECT,'A product got sold'); $email = "Hello admin.. "\n\n"; $email .= "Your product: ".$product_info['products_name'].' got sold"\n\n"; $email .= "More info here.."\n\n"; $email .= "more info here.."\n\n"; $email .= "And so on..."; tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_TEXT_SUBJECT, STORE_OWNER.' '.STORE_OWNER,STORE_OWNER_EMAIL_ADDRESS); If it works you can place it on checkout_success and every time someone order something you will get an email..
  5. I read some of the other posts for the official topic and now know that its the way its supposed to be.. however it wont be that hard to make a buy now button that instead of adding to card write a email to the customer.. im not 100% sure how I can lower the quantity though :) Anyways its a nice contribution, im going to try to combine this with the auction contribution and see if It works well.. see ya :)
  6. Hello, I just installed Customer Add Product on one of my side projects but I dont really get the point with customers adding products if the sale will go to me? :rolleyes: Did I do something wrong when I installed it or will they always have to make the sale through me when someone buy someone else product?
  7. It shouldnt look like TABLE HEADING AFFILIATE NEWS :) In your language folder inside the affiliate_news.php you add: define('TABLE_HEADING_AFFILIATE_NEWS', 'Affiliate News');
  8. you dont have the affiliate sql information in the db so when you try to insert a new banner the site wont find the affiliate_category_id table information. I have no idea why it said "#1062 - Duplicate entry '900' for key 1" though. Look at the table in the db and see if something is wrong..
  9. Looks kinda funny, I recall seeing a zoom picture contribution some time ago. Heres some hits on zoom
  10. This may now be about this contribution but I just a fast question, is it possible to have dedicated servers for downloads?
  11. Hmm I just tried my category links and they work fine.. But how can conversion be over 100%? isnt 100% max? :wacko: My conversions is at the moment (on the test server) 107% wouldnt 7% be more like it?
  12. I am trying to add some code to get it to work with flash now but just got one question, what is: case 1: and case 2: in affiliate_banners_category.php, affiliate_banners_product.php and affiliate_banners_banners.php? It only uses case 2 all the time, why? Also does the category links work with the "BUG Fixes OSC Affiliate v2.62" version?
  13. Hello, thanks for this great contribution. Although I got one question, I've never used templates before on a oscommerce store so im not sure how it works. It doest really matter (i think) I was just wondering how to give the mail a style (for the text and such), as the .css file doesnt work on mails.
  14. I now know why the new menu with less database queries didnt work. In column_left.php I have this line: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories_css.php'); } that will make the menu totally bugged as soon as you cache the menu (after the first click on the site) But the new menu is extremely much faster so I dont really have to use the if statement.
×
×
  • Create New...