Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Eric_SIN

Archived
  • Posts

    24
  • Joined

  • Last visited

Profile Information

Eric_SIN's Achievements

  1. I currently have version 3.6 of SPPC installed and think of upgrading. I checked the latest version features but could not find a reference to the feature I'm desperately looking for. Does the latest version do the following or can anyone give me a hint how to implement the following: - Users of certain groups should be able to see both the standard retail price as well as their individual group price This is a nice feature for retailers purchasing at wholesale prices to see both values on the same page. Something like: Usual Price: Your Price: Or Retail Price: [GROUP] Price: Thanks a lot !
  2. Hello, I'm looking for a contrib which automatically pre-selects the currency depending on the location of the visitor. I would for example want my shop to show all prices automatically in Euro if a visitor from europe surfs to our page. if from US and rest of world I want to show USD. Is this possible? From the statistics of my web shop I can roughly see where people are coming from so there must be a possibility to link this to oscommerce to enable the location detection. Any idea? Thanks !!
  3. OK I found a solution to the osCsid problem during unsubscribe: Change newsletter_unsubscribe.php line: <td align="center" class="main"><br><?php echo '<a href="' . tep_href_link($filename_newsletter_unsubscribe_done, '', 'NONSSL') . '">' . tep_image_button('button_unsubscribe.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> TO: <td align="center" class="main"><br><?php echo '<a href="' . tep_href_link($filename_newsletter_unsubscribe_done, '', 'NONSSL','') . '">' . tep_image_button('button_unsubscribe.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> this did the trick for me.
  4. I'm using 53. Can some one help me? Usubscribe does not work: The email address listed below, was not found in our newsletter database, or has already been removed from our newletter subscription list. [email protected]?osCsid=c3c4064a1e24d9deaa609419300cae6c I guess this has something to do with the osCsid passed on. can someone help please (I saw this question is open since nearly a year now) !!
  5. Hi, I'm using the MultiGeoZone shipping module for my shop. The charges and zones for world wide transport are all entered based on EMS Speedpost. Unfortunately now I have products that are to long to be shipped via EMS Speedpost to international destinations. Is there a possibility/contribution that allows me to set a flag in the product description that will then disable the MultiGeo Zone shipping module for an order including such an item and use another method instead? Thanks a lot for your help !!
  6. Hello everyone, I'm trying to install the above contribution. Everything works fine, upon checkout the osCom send the HTML email confirmation including all info. Only problem is that the order total is not correct. This is the original osCom output in the product part of the email: Products ------------------------------------------------------ 1 x ITEM1 = $110.00 ------------------------------------------------------ Sub-Total: $110.00 Local Shipping options (4 kg): $5.50 Total: $115.50 This is the (wrong) output of the contribution: 1 x ITEM1 = $110.00 Sub-Total: 0.00 Local Shipping options (4 kg): .50 Total: 5.50 I guess there must be something wrong with the code in checkout_process.php. Has anyone experienced this before? Is there another similar contribution available? Thanks !!
  7. Hello, With the help of the stock check contribution I have managed to remove the shopping basket button in products_new.php and products_info.php when the item is out of stock. Instead of the "no shopping cart button" when no stock I would like to add a button that allows the user to enter his/her email address to get an automatic notification via email once the item is back in stock. Any contribution available that can do this? Anyone who can help?
×
×
  • Create New...