-
Content count
256 -
Joined
-
Last visited
-
Days Won
1
swguy last won the day on April 15 2013
swguy had the most liked content!
Profile Information
-
Real Name
Scott Wilson
-
Gender
Male
-
Location
Tampa Bay, Florida
-
Interests
Helping you make more money with your online operation. See my home page!
- Website
-
-
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? -
[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.
-
-
-
-
[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. -
swguy started following osCommerce 2.3.4.1 - 'reviews_id' SQL Vulnerabilities
-
-
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. -
-
-
-
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.