Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

skhuu

Pioneers
  • Posts

    36
  • Joined

  • Last visited

Profile Information

  • Real Name
    Sipho

skhuu's Achievements

  1. I am still trying to fix, but not working up to now.
  2. Thanks for your respond, thats probably the problem, eish would have loved to use the contribution. Will keep on trying it anyway.
  3. I installed the contribution, but it doesnt work for some reason. My banners appear the same as before it was installed. I have banners on the header. I followed all the steps many times over, but still nothing happens when I load my store. I also saw somewhere in earlier posts that you must have this code, include( DIR_WS_MODULES . FILENAME_BANNER_ROTATOR ); Where do I put this because I tried on configure.php and it gae an error that the file doesnt exist. I am using a template RC2a.
  4. Hi all, I have installed this contribution. Everything seems okay, but on the payment page there is no option for the points to be used. I am using this with One Page Checkout. One Page checkout uses a payment_Meethod.php which is in /includes/checkout/, there is a code for points in there. Any help will be appreeciated.
  5. Have installed everything fresh, but I still get the same problem. The product is added to the cart instead of wishlist. Here is my application top code around where changes were needed. First chancge: // include shopping cart class require(DIR_WS_CLASSES . 'shopping_cart.php'); // include wishlist class require(DIR_WS_CLASSES . 'wishlist.php'); // include navigation history class require(DIR_WS_CLASSES . 'navigation_history.php'); Second change: // navigation history if (tep_session_is_registered('navigation')) { if (PHP_VERSION < 4) { $broken_navigation = $navigation; $navigation = new navigationHistory; $navigation->unserialize($broken_navigation); } } else { tep_session_register('navigation'); $navigation = new navigationHistory; } $navigation->add_current_page(); // wishlist data if(!tep_session_is_registered('wishList')) { tep_session_register('wishList'); $wishList = new wishlist; } //Wishlist actions (must be before shopping cart actions) if(isset($HTTP_POST_VARS['wishlist_x'])) { if(isset($HTTP_POST_VARS['products_id'])) { if(isset($HTTP_POST_VARS['id'])) { $attributes_id = $HTTP_POST_VARS['id']; tep_session_register('attributes_id'); } $wishlist_id = $HTTP_POST_VARS['products_id']; tep_session_register('wishlist_id'); } tep_redirect(tep_href_link(FILENAME_WISHLIST)); } // Shopping cart actions if (isset($HTTP_GET_VARS['action'])) { // redirect the customer to a friendly cookie-must-be-enabled page if cookies are disabled if ($session_started == false) { tep_redirect(tep_href_link(FILENAME_COOKIE_USAGE)); } if (DISPLAY_CART == 'true') { $goto = FILENAME_SHOPPING_CART; $parameters = array('action', 'cPath', 'products_id', 'pid'); } else { $goto = basename($PHP_SELF); if ($HTTP_GET_VARS['action'] == 'buy_now') { $parameters = array('action', 'pid', 'products_id'); } else { $parameters = array('action', 'pid'); Is the code correct?
  6. I have checked the application top many times, even used the backup to start afresh but still the same. My store version is V2.2. I downloaded umar786 version, it looks like its the same. I will download Fimble version and try to instal that one instead and see if it works. Thanks again for your respond.
  7. I ma new to OsCommerce, I have installed this contribution. All seems to work well, except when I click on Wishlist it then adds to cart. I have edited the application_top.php as detailed. Does anyone have a solution for this error?
  8. Hi Thanks for the nice contribution, I have nstalled it on my shop version RC2a. Everything seems okay, but I cannot uplaod any images, even if I create a new category, but no image is loading and even when creating a product. Can someone help please. Thanks in advance
  9. Hi Alexandre How did your problem with the white background, I have the same problem and dont know how to solve it? Thanks n advance Sipho
  10. I also have the smae problem, there are no picture, just a white rectangle. I have the xml file it was automatically created. ANyone with a solution, please help. SIpho
  11. Thanks Chris. You're a star. Got t and it works wonderfully. Regards
  12. Hi Chris Dd you get my emal with the module? Thanks for agreen to help. Regards
  13. Hi Chris First thanks for the contribution. I have used your advises and developed a courier module for South AFrican Post Office. Everythng is okay, t sends the nemail with trackin number that works when clcked. The problem is within the Store, when I click it gives me this; Date Added Customer Notified Status Comments Tracking ID [Click ID to view status] Courier 06/20/2008 20:46:19 Pending No tracking ID applicable 06/20/2008 20:51:03 Processing PE480702448 [x] Close I tried the solution you suggested on the prevoous posts, but t ddnt work. When I try to track get (X) Close instead of the status. Can you help if possible.
  14. Hi, I have already done the fix on both files. I rechecked and all is okay. But it ust cant save the pdf files.
  15. I have the above problem, am usng the latest version, has anybody found a fix for this? Thanks
×
×
  • Create New...