Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mijman2

Archived
  • Posts

    221
  • Joined

  • Last visited

Everything posted by mijman2

  1. Hi all... I would like to give 5% of a customers total order value(excluding shipping costs) back to them as gift vouchers (incentives ;) ) automatically at the end of their purchase (through paypal) ... Is this possible... :blink: Could someone please help me figure out how to do this? -Thanks so much Steve
  2. Does any one know? -What file would the line be in that would subtract stock automatically?
  3. I've done all that, and I still don't think it works right... Is there a specific line that subtracts the stock quantitiy?
  4. Bump... Please help.... Is it possible? (see above post)
  5. is there a solution that automatically subtracts stock that I dont know about? I have the one in configuration all checked in the correct fasion...
  6. So, I got it all working, but now it wont subtract stock from each attribute that is bought... What do i do to have it auto subtract stock?-I have the option checked...
  7. Thanks for all your help everyone... Its all worked out, and every thing works great ! (i think) :D
  8. bump... Please help... How do I delete attributes stock with out using the online attributes stock manager
  9. Hi, I entered some products stock through attributes... Then delted all of the attributes and renamed them to make them easier to browse... The old stock is still up, and i want to take them down, but I cant enter a quanity of 0 because the attributes titles are different how do i delete them?
  10. hellfreeze, could you try to get an update out that fixes the bugs in this version? These are what I have run into... Items dissapear from the stock part of your cart when they have 0 as the item number set... When there are multiple attributes, after you add an item to cart, it wont display Out of stock if it is really out of stock... And JB... What other attributes do you have installed? My cart still doesnt work...
  11. Hi, great job everyone... Jeremy... I added your script, and now whenever I add something to my cart, in or out of stock in the attributes it marks it as out of stock! -Can you please figure out whats wrong... I am clueless when it comes to php or whatever the heck it is Also, the return of a "0" instead of deleting the product/attribute from being displayed from the product stock page, doesn't work.... Hope it will though I really need it to!
  12. Can you post the specific things that you need to edit in the two documents that you say just to upload... I need to use this in conjunction with a stocking contribution, and both say to just overwrite the directory... So either one works or the other works but not both...
  13. never mind... Figured it out! Works great!
  14. I hope this isnt a dead forum so please help me... in my admin directory this error is displayed... function tep_attributes_sort($attributes_id) { global $languages_id; $attributes_sort = tep_db_query("select attribute_sort from " . TABLE_PRODUCTS_ATTRIBUTES . " where products_attributes_id = '" . (int)$attributes_id . "'"); $attributes_sort_values = tep_db_fetch_array($attributes_sort); return $attributes_sort_values['attribute_sort']; } Warning: Cannot send session cookie - headers already sent by (output started at /home/httpd/vhosts/freepgs.com/httpdocs/mijman2/catalog/admin/includes/functions/general.php:1314) in /home/httpd/vhosts/freepgs.com/httpdocs/mijman2/catalog/admin/includes/functions/sessions.php on line 67 Warning: Cannot send session cache limiter - headers already sent (output started at /home/httpd/vhosts/freepgs.com/httpdocs/mijman2/catalog/admin/includes/functions/general.php:1314) in /home/httpd/vhosts/freepgs.com/httpdocs/mijman2/catalog/admin/includes/functions/sessions.php on line 67 Whats going on?
  15. Thanks got that set up and all works well... However, I have attributes set up and I want them to be the slave products... For instance there are two sizes, and then off of those two sizes there are 4 colors... How do I make it recognize those as products with seprate inventory/stock and same price? -I want to still be able to use the attributes drop down menu... instead of having it all text based...
  16. Hi, I am new to all of this stuff, but when i log into my admin, then i click on catalog, then catalog/products this error is displayed at the top of the page... What happened? All i did was copy the newest 1.1.5 to my catalog file... I clicked overwrite all... did i install correctly? Here is the error... What to do about it? 1054 - Unknown column 'p.products_master' in 'field list' select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p.products_master, p.products_master_status, p.products_listing_status from products p, products_description pd, products_to_categories p2c where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = '0' order by p.products_master [TEP STOP]
×
×
  • Create New...