Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mattmcb

Banned
  • Posts

    88
  • Joined

  • Last visited

Profile Information

mattmcb's Achievements

  1. Does anyone know where the shopping cart totals get passed into the order totals before processing the payment during checkout? I'm getting a total of $0.00 because I need to set the order total based off of the product attributes, but am unsure exactly where to make this edit. Any help would be awesome! Thanks, Matt
  2. Has this been modified or is anyone planning on adding retail prices to options/attributes because each option can have it's own price?
  3. Can you send me an example of the code? I'm not that familiar with OSC sessions yet.
  4. Basically I want to use the login to direct to a seperate members page. I found this code, but it isn't working... it seems to ingnore it: if (sizeof($navigation->snapshot) > 0) { $origin_href = tep_href_link($navigation->snapshot['page'], tep_array_to_string($navigation->snapshot['get'], array(tep_session_name())), $navigation->snapshot['mode']); $navigation->clear_snapshot(); tep_redirect($origin_href); } else { tep_redirect(tep_href_link('main.php')); }
  5. Does anyone know what tells the login page to send the user to the index after they have submitted the correct email address and password? I can't find a re-direct and I am unsure on how that page works. There doesn't seem to be anything in that file to reference the index. I am boogled... any help would be great.
  6. Does anyone have any example code for deleting a file off of a server. Basically, one I process the file I want to delete it. Some example code for clearing out a directory might be even better.
  7. Would anyone be interested in working on a delete option? Basically, it updates and inserts, but what about a check box or something to delete. I could help with this. If you would like to help with this option or can provide some insight please PM me. We can then post the ideas later.
  8. djs: I just sent you a PM... I would love to test that code as I have 100,000 products. Now I just need to figure out how to speed out the store and I'll be all set. Thanks, Matt
  9. FlyingMonkey Any help you can provide to get it to write a huge file would be appreciated. Matt
  10. Has anyone tried and used this successfully with 170,000 products? I can't get it to work. Should I stream the file for download or split it up into different files? I even tried using my SSL and it still timed out. Any suggestions?
  11. I don't know if this has been mentioned in this post, but if not it deserves mentioning again if you are going to use this contrib. INDEX PRODUCT_MODEL in PRODUCTS TABLE Wow, what a difference that made. I can insert and update 4000 products in seconds instead of minutes. If anyone has a large store with a large amount of products... private message or email me. I modified the script to pull files from a directory and populate the DB with them. I have almost 200,000 products in my store.
  12. Mibble: The ' actually causes the hyperlink not to work properly. Basically, I get my root directory and them that link displayed with quotes. When just the quotes are there in the DB and not the ' the link functions properly. Do you have any ideas if eaypopulate is changing the " to a '. Putting \ prior to the quote didn't work either. One other question... do you know how easypopulate could be modified quickly to just take and import a directory full of files?
  13. Mibble: I solved that problem, but I have another question. This string is being inserted into the DB incorrectly: String Description: <b>Product Description & Demo:</b> [ <a href="http://store.gegy.com/sa/seekshop?category=Music&page=Album&sku=MAV16492.2" target = "_blank">Click Here</a> ]<br><i>Note: Close window to return to SeekShopping.com product page</i> How it is being inserted: <b>Product Description & Demo:</a> [ <a href='http://store.gegy.com/sa/seekshop?category=Music&page=Album&sku=WEAI61047.2' target = '_blank'>Click Here</a> ]<br><i>Note: Close window to return to SeekShopping.com product page</i> Can you help with that at all?
  14. Mibble: I solved that problem, but I have another question. This string is being inserted into the DB incorrectly: String Description: <b>Product Description & Demo:</b> [ <a href="http://store.gegy.com/sa/seekshop?category=Music&page=Album&sku=MAV16492.2" target = "_blank">Click Here</a> ]<br><i>Note: Close window to return to SeekShopping.com product page</i> How it is being inserted: <b>Product Description & Demo:</a> [ <a href='http://store.gegy.com/sa/seekshop?category=Music&page=Album&sku=WEAI61047.2' target = '_blank'>Click Here</a> ]<br><i>Note: Close window to return to SeekShopping.com product page</i> Can you help with that at all?
  15. Does anyone know whay Easypopulate will not update the DB correctly for this file? http://www.seekideas.com/gegy_export/products27.txt Basically, it loads all the models numers and that's it.
×
×
  • Create New...