Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'coupons'.

  • 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. Hi all, I am working on modifying a discount coupon add-on to allow two coupons for one order. The class discount_coupon looks like this: <?php /* * discount_coupon.php * August 4, 2006 * author: Kristen G. Thorson * ot_discount_coupon_codes version 3.0 * * * Released under the GNU General Public License * */ class discount_coupon { var $messages, $coupon, $applied_discount, $cart_info; function discount_coupon( $code, $delivery ) { $this->messages = array(); $this->coupon = array(); $this->applied_discount = array(); $this->cart_info = array( 'valid_products' => array( 'count' => 0, 'line_items' => 0, 'total' => 0 ), 'total_products' => array( 'count' => 0, 'line_items' => 0, 'total' => 0 ), 'exclusions' => array() ); $this->get_coupon( $code, $delivery ); I have already made some modifications to this file to bypass the exclusions if necessary. Does anyone have any ideas on a method to allow multiple codes? Thanks
  2. Hi all, For the last 12 months or so I have been regularly keeping an eye out for a Points and Rewards / Loyalty points module that works with my OSC installation (currently its v2.3.3). Does anyone know if one exists or if one is in the pipeline? When I have searched Add-Ons the most appropriate one appears to be POINTS AND REWARDS MODULE V1.00 http://addons.oscommerce.com/info/3220 however this Add-On appears to only work with v2.2. I have not been keep on trying this out on my v2.3.3. in case it corrupts my database. Any ideas or suggestions greatly appreciated. Thanks, David
  3. We're proud to release our first osCommerce addon. Spring Metrics increases your revenue by turning more of your visitors into paying customers. The following products are included: Smart Offers Our Smart Offers system automatically presents personalized offers and incentives that increase sales and revenue. It's like having a personal sales associate on your website 24x7. Conversion Tracking Spring Metrics shows you which marketing channels deliver buyers and which ones just cost you money - simply, clearly, and in real time. You'll know how to increase sales and grow your business. The addon itself is of course free and open source, but to use Spring Metrics you will need to sign up for a paid subscription to the service. There is a free 14-day trial though! You can find more information at springmetrics.com. Download Spring Metrics.
×
×
  • Create New...