Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'change'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News and Announcements
    • News and Announcements
  • osCommerce v4.x
    • General Support
    • Migration from old osCommerce
    • Design and Templates
    • Apps / Add-ons
    • Translations
    • API and import/export
    • Marketplace integration
    • Manuals and How-to
    • Blog's discussion
  • osCommerce Online Merchant v2.x
    • General Support
    • osCommerce Online Merchant Community Bootstrap Edition
    • Add-Ons
  • Development
  • General
    • General Discussions
    • Live Shop Reviews
    • Security
    • Commercial Support Inquiries
    • Developer Feedback

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Real Name


Location


Interests


Website

Found 3 results

  1. So, i will start to say that i am a total beginner att ALL of this so details please! :) I would like to be able to change the "date added" at will for every one of my products. That way i can get the to appear in the "whats new"-box and also because i have not yet opend my chop but already started to add products so i want them to appear added and also visable further along the way and at my own choosing. Is this possible? I have tried all of the three below add-ons but unsuccessful. But as i said, i am a complete beginner at this so i may have done it all wrong! http://addons.oscommerce.com/info/4781 http://addons.oscommerce.com/info/4077 http://addons.oscommerce.com/info/898 Anyone who can help me? =)
  2. Hi, I need to support 3 differerent languages at my store. The language packs work just fine, but I've modified the header so that there's an extra navigation bar. I need to change the titles of the links at that navigation bar when the language changes. Any ideas? This is the code of the navigation bar. <div class="ui-widget-header infoBoxHeading" style=" height:40px; font-size:16px; border-radius:0px 0px 6px 6px;"><?php echo ' ' . $breadcrumb->trail(' » '); ?><div style="text-align:right;"><a href="account.php">Oma tili</a> » <a href="shopping_cart.php">Ostoskori</a> » <a href="checkout_shipping.php">Kassalle</a> » <a href="http://www.carcleaningcenter.fi/galleria">Kuvagalleria</a> » <?php if ( tep_session_is_registered('customer_id') ) { echo ' <a href="' . tep_href_link(FILENAME_LOGOFF, '', 'SSL') . '">' . Uloskirjautuminen . '</a>'; } ?> http://angsti.net/TEST555/catalog/index.php I'm using osCommerce 2.3.1
  3. I'm currently using the PayPal IPN payment module, although I'm not entirely sure if this issue is related to it or not. The problem seems to be centred around the checkout_confirmation page. If a customer reaches that page and then decides to go back and change their shipping address, billing address, or shipping method, the order that was written into the database does not reflect the changes they make, nor is a new order generated. What the customer sees on the screen changes, and the correct data is sent to Paypal when they pay (new order total, shipping method & rate, etc.), however the order I see in admin (and thus what they see in their order history and order confirmation email) shows the order as it was before they made any changes. In addition, even though payment is successfully completed, the order status displays as "Pending" "PayPal IPN Verified [payment status: Completed]" instead of "Completed" "PayPal IPN Verified [payment status: Completed]". Interestingly, when a customer makes any change to items in the shopping cart, a new order *is* generated in the database when they hit the checkout_confirmation page again. What can I do to allow these other changes to be "recorded" in oscommerce? (thanks in advance for any advice!) ~ Elaine
×
×
  • Create New...