Community Add-Ons
| Maintainers: | djmonkey1 |
Add Multiple Products to Cart, in columns, for SPPC
for osCommerce Online Merchant v2.2
What this contribution is/does:
1. It's written for sites that use Separate Pricing Per Customer (SPPC).
2. It displays product listings in three columns (or 2, or 4, however many you want) instead of one long tall column as the stock osC product_listing.php does.
3. It gives the option of adding many different items to the cart at once, by having a quantity box underneath each item. Just enter in the quantity you want and hit the add to cart button!
4. It's really easy to install- just one new file and a few quick edits and you're off!
Legend:
Download
Report
Thanks again to JanZ who made this version possible!
This is version 2.1 of Add Multiple Products to Cart, in Columns, for SPPC.
It has been modified from version 2.0 in the following ways:
1. Fixed display issues when displaying the buy now column
2. Added a new case, product_list_buy_now_multiple, and re-enabled the original version of product_list_buy_now. This allows for toggling off/on of the various cases via admin.
3. Adjusted code for the product_list_buy_now_multiple case to have two instances of the buy now button: one if there are attributes, and one if there aren't.
