-
Content count
256 -
Joined
-
Last visited
-
Days Won
1
Everything posted by swguy
-
New management and osCommerce v4
swguy replied to osCommerce-Official's topic in News and Announcements
What's the connection between osCommerce v4 and Phoenix? -
My Quantity Discounts contribution permits you to offer discounts that are structured many different ways: * By total number of items purchased * By number of items purchased, counting per item * By number of items purchased, counting per category * Counting by items or by number of dollars spent, in any of the ways above * Specifying the discount as a percentage, a flat dollar figure or dollars per item The contribution is here: http://addons.oscommerce.com/info/6751
-
[Contribution] Quantity Discounts by That Software Guy
swguy replied to swguy's topic in Order Total Modules
Glad you're having fun with Phoenix! -
[Contribution] Quantity Discounts by That Software Guy
swguy replied to swguy's topic in Order Total Modules
You can adjust the sort order of the discount from admin > modules > order totals. -
[Contribution] Quantity Discounts by That Software Guy
swguy replied to swguy's topic in Order Total Modules
You have a copy and paste error. Please reread my instructions. -
[Contribution] Quantity Discounts by That Software Guy
swguy replied to swguy's topic in Order Total Modules
Change MODULE_CONTENT_PI_SWGUY_QD_MARKETING_TEXT_STYLE to MODULE_CONTENT_PI_SWGUY_QD_MARKETING_CONTENT_STYLE in includes/modules/content/product_info/templates/tpl_cm_pi_swguy_qd_marketing.php -
[Contribution] Quantity Discounts by That Software Guy
swguy replied to swguy's topic in Order Total Modules
I misunderstood your issue - you're saying that the marketing text isn't excluded (it's not a discounting issue, it's a marketing text issue). The answer is, you have to customize other things if you take advantage of the user exits. There's an example in the help of how to do this. https://www.thatsoftwareguy.com/osc_quantity_discounts.html#marketing Go down to the second note below this link. -
[Contribution] Quantity Discounts by That Software Guy
swguy replied to swguy's topic in Order Total Modules
Please grab the latest copy of Quantity Discounts here: https://apps.oscommerce.com/Apps&QdusL&quantity-discounts-for-osc-phoenix I tested category exclusions and it worked for me with the latest osC Phoenix from Github. -
Both Better Together and Quantity Discounts (as well as several of my commercial mods) *are* working in osCommerce Phoenix.
-
Better Together for osCommerce is now available for download. It allows you to perform the following discounts: - Two for one on a specific product (BOGOF) - Two for one for all products in a specific category - Buy one specific product, get another specific product at a discount - Buy one specific category, get another specific category at a discount - Buy one specific product, get a product from a specific category at a discount - Buy an item from a specific category, get a specific product at a discount. Discounts may be expressed in dollars (i.e. currency units) off or in % off. Better Together is here: http://addons.oscommerce.com/info/6733
-
[Contribution] Better Together Discounting Module
swguy replied to swguy's topic in Order Total Modules
Yes it is. Better Together deals with pairs of items. Get ONE from ONE of these categories (2 OR 7 OR 9). If you need "get multiple from any of these categories" look at Big Chooser. -
Contribution: Better Together Promotional Page
swguy replied to swguy's topic in Order Total Modules
Thanks for taking the time to write those kind words, Peter. It's really fun for me to see people benefiting from my creative output. -
If you're using Better Together for osCommerce 2.2: http://addons.oscommerce.com/info/6733 Take a look at the Better Together Promotional Page http://addons.oscommerce.com/info/6960 It builds a page from all your discounts that's linked from the Information Box.
-
Contribution: Better Together Promotional Page
swguy replied to swguy's topic in Order Total Modules
Phoenix users: please get this mod here: https://apps.oscommerce.com/QSfOw&better-together-promotional-page-phoenix -
[Contribution] Better Together Discounting Module
swguy replied to swguy's topic in Order Total Modules
Phoenix users - please get Better Together for Phoenix here: https://apps.oscommerce.com/Apps&XpyA1&better-together-for-phoenix -
[Contribution] Quantity Discounts by That Software Guy
swguy replied to swguy's topic in Order Total Modules
Please grab the latest from https://apps.oscommerce.com/QdusL&quantity-discounts-for-osc-phoenix&v=cephoenix10 That will fix the logs - the Stripe issue, not sure, you'd have to look at the Stripe code. -
[Contribution] Better Together Discounting Module
swguy replied to swguy's topic in Order Total Modules
Nothing is built in. But if you look at includes/modules/order_total/ot_better_together.php around line 310 where it says for ($i=0, $n=sizeof($discountable_products); $i<$n; $i++) { you could do a check like: if ($discount > 0) break; -
[Contribution] Better Together Discounting Module
swguy replied to swguy's topic in Order Total Modules
Agreed - I'm just getting all the required changes sorted and then I'll submit an update. -
[Contribution] Better Together Discounting Module
swguy replied to swguy's topic in Order Total Modules
If you want you can change the code to replace the old table defines with the hardcoded names, but it will be faster just to use the patch I just posted. -
[Contribution] Better Together Discounting Module
swguy replied to swguy's topic in Order Total Modules
Adding back the defines will fix the issue. In includes/modules/order_total/ot_better_together.php after php starts, add: if (!defined('TABLE_PRODUCTS')) { define('TABLE_PRODUCTS', 'products'); } if (!defined('TABLE_PRODUCTS_TO_CATEGORIES')) { define('TABLE_PRODUCTS_TO_CATEGORIES', 'products_to_categories'); } if (!defined('TABLE_TAX_RATES')) { define('TABLE_TAX_RATES', 'tax_rates'); } -
[Contribution] Better Together Discounting Module
swguy replied to swguy's topic in Order Total Modules
OK just tried in Phoenix and (in addition to needing to define the tables again) there's some issue. I'll investigate. -
[Contribution] Better Together Discounting Module
swguy replied to swguy's topic in Order Total Modules
You went to admin-modules-order totals and installed it there, right? -
[Contribution] Better Together Discounting Module
swguy replied to swguy's topic in Order Total Modules
It should work out of the box. Do a prod to prod discount to test it to see if the issue is with categories. -
[Contribution] Quantity Discounts by That Software Guy
swguy replied to swguy's topic in Order Total Modules
Some payment modules require code adjustments for discounts to work. See https://www.thatsoftwareguy.com/osc_quantity_discounts.html#paymentmodules_2.3 -
Isn't it about time this shortcoming was fixed? This *will* cause people to abandon checkout because they'll think they are not getting their discount.