Jump to content


Corporate Sponsors


Latest News: (loading..)

swguy

Member Since 13 Jan 2007
Offline Last Active Nov 10 2011, 12:12
-----

Posts I've Made

In Topic: [Contribution] Quantity Discounts by That Software Guy

10 November 2011, 12:13

Quantity Discounts version 1.0.2 has just been released; the new version adds VAT style tax recalculation, which some VAT liable shops prefer. No other changes were made.

In Topic: [Contribution] Better Together Discounting Module

10 November 2011, 12:07

Better Together 1.0.2 for osCommerce 2.2 and 2.3.1 has just been uploaded. This version provides "VAT" style tax recalculation; no other changes were made.

In Topic: [Contribution] Better Together Discounting Module

21 August 2011, 11:26

The number of a product can be seen on the product info page as the products_id part of the URL.
The number of a product's category is trickier. Here's the FAQ:

http://www.thatsoftwareguy.com/osc_better_together.html#faq


Q: How do I determine what the category id is?
A: In admin->catalog, single click on the category you're interested in. In the address bar of your browser, you will see something like

categories.php?cPath=3&cID=11

If you were to double click on it, you'd see something like

categories.php?cPath=3_11

The category you want to use is "11".

In the same way, in the catalog you can hover over this category in the categories sidebox and see

catalog/index.php?cPath=3_11

This re-confirms that the category is "11."

In Topic: [Contribution] Better Together Discounting Module

11 August 2011, 05:50

Looks like you got it working per your update to the other thread:

http://forums.oscommerce.com/topic/343432-contribution-better-together-promotional-page/

In Topic: [Contribution] Quantity Discounts by That Software Guy

12 July 2011, 15:29

Quantity Discounts is designed to discount products. You can give a dollar based discount at the level of 25 items, but depending on your configuration, it could exceed the shipping price and there would be no way to stop that.