[rz] Shopping Suite *** UPD 2019-May-31 ***
Re: [rz] Shopping Suite *** UPD 2018-Sep-12 ***
* New in version 1.4.3
:: cart module ::
- Added optional image and/or text support for the action buttons (modern "ghost styled" flat buttons).
- Product specific text support for the action buttons.
- Improved link style for the product image and action buttons.
:: add to cart module ::
- Added optional image and/or text support for the action buttons (modern "ghost styled" flat buttons).
- Improved floating context handler.
- The javascript-based core has been moved to an external library file for faster loading times across pages.
:: check-out module ::
- Added optional image and/or text support for the action buttons (modern "ghost styled" flat buttons).
- Improved link style for the product image and action buttons.
- Fixed a style bug in payment panel.
- Fixed an alignment bug in Edge and Safari in payment panel.
- Extended onupdate custom event support.
- Improved quantity input/spinners display and cross-browser/backward compatibility.
- Improved HTML5 output.
:: monitor module ::
- Added optional image and/or text support for the information/link (modern "ghost" flat visual).
- Added borders support for the text and for the different statuses.
:: filter module :: (accessories)
- Added optional image and/or text support for the action button (modern "ghost styled" flat button).
:: animation module :: (suite version)
- Improved support for the extended add-to-cart button elements.
:: footer module :: (suite version)
- Improved startup (useful when using external fonts or other relative/heavy content).
:: cart module ::
- Added optional image and/or text support for the action buttons (modern "ghost styled" flat buttons).
- Product specific text support for the action buttons.
- Improved link style for the product image and action buttons.
:: add to cart module ::
- Added optional image and/or text support for the action buttons (modern "ghost styled" flat buttons).
- Improved floating context handler.
- The javascript-based core has been moved to an external library file for faster loading times across pages.
:: check-out module ::
- Added optional image and/or text support for the action buttons (modern "ghost styled" flat buttons).
- Improved link style for the product image and action buttons.
- Fixed a style bug in payment panel.
- Fixed an alignment bug in Edge and Safari in payment panel.
- Extended onupdate custom event support.
- Improved quantity input/spinners display and cross-browser/backward compatibility.
- Improved HTML5 output.
:: monitor module ::
- Added optional image and/or text support for the information/link (modern "ghost" flat visual).
- Added borders support for the text and for the different statuses.
:: filter module :: (accessories)
- Added optional image and/or text support for the action button (modern "ghost styled" flat button).
:: animation module :: (suite version)
- Improved support for the extended add-to-cart button elements.
:: footer module :: (suite version)
- Improved startup (useful when using external fonts or other relative/heavy content).
Re: [rz] Shopping Suite *** UPD 2019-Feb-25 ***
* New in version 1.4.4
:: cart module ::
- Expanded support for up to 7 per-item options.
- Expanded support for up to 7 per-item optional charges.
- Prices can also be gotten from the optional charges without specifying a base value.
:: add to cart module ::
- Expanded support for up to 7 external object connections for per-item options.
- Expanded support for up to 7 external object connections for per-item optional charges.
- Item price can also be gotten from the optional charges without specifying a base value.
- Optional external field that connects to the total of the optional charges for the product.
:: check-out module ::
- Improvements for the new features in cart and add-to-cart modules.
:: monitor module ::
- Improved colors variants.
:: cart module ::
- Expanded support for up to 7 per-item options.
- Expanded support for up to 7 per-item optional charges.
- Prices can also be gotten from the optional charges without specifying a base value.
:: add to cart module ::
- Expanded support for up to 7 external object connections for per-item options.
- Expanded support for up to 7 external object connections for per-item optional charges.
- Item price can also be gotten from the optional charges without specifying a base value.
- Optional external field that connects to the total of the optional charges for the product.
:: check-out module ::
- Improvements for the new features in cart and add-to-cart modules.
:: monitor module ::
- Improved colors variants.
Re: [rz] Shopping Suite *** UPD 2019-Feb-25 ***
A magnificent update. Thank you for taking up the suggestions.
Re: [rz] Shopping Suite *** UPD 2019-Feb-25 ***
thanks for your kind feedback
Re: [rz] Shopping Suite *** UPD 2019-Feb-25 ***
Hi RZ
I have just put another computer in my office for a new staff member and was wondering do I need to purchase another licence for your shopping cart or can I simply install the current extension with the current licence.
Thanks
I have just put another computer in my office for a new staff member and was wondering do I need to purchase another licence for your shopping cart or can I simply install the current extension with the current licence.
Thanks
Re: [rz] Shopping Suite *** UPD 2019-May-31 ***
* New in version 1.4.5
:: cart module ::
- Added formula parser for custom price/charges processing.
Formula variables for the parser are: @PRICE, @PRICE_NAME, @CHARGES_1 to @CHARGES_7, @CHARGES_1_NAME to @CHARGES_7_NAME and @OPTIONS_1_NAME to @OPTIONS_7_NAME.
Use "if (onaddedtocart)" condition in function-type formulas to do specific processes only when the item has successfully been added to the cart.
:: add to cart module ::
- Added formula parser for custom quantity/price/charges processing.
Formula variables for the parser are: @QUANTITY, @PRICE, @PRICE_NAME, @CHARGES_1 to @CHARGES_7, @CHARGES_1_NAME to @CHARGES_7_NAME and @OPTIONS_1_NAME to @OPTIONS_7_NAME.
Use "if (onaddedtocart)" condition in function-type formulas to do specific processes only when the item has successfully been added to the cart.
:: add to cart library module ::
- Improved startup on slower browsers.
:: check-out module ::
- Improved optional tax handling with selectable rates (supports customizable styles).
- Improved vertical alignment in the 'Total' row.
:: others ::
- Updated 'POD' sample project (a demonstration about the use of pay-on-delivery mode with standard wb-login tools).
- New 'formula' sample project (shows how formulas are used to calculate in a different way the final charges/price of an item).
- New 'validation-hook' sample project (demonstrates the use of this feature to validate an item-specific ordering).
:: cart module ::
- Added formula parser for custom price/charges processing.
Formula variables for the parser are: @PRICE, @PRICE_NAME, @CHARGES_1 to @CHARGES_7, @CHARGES_1_NAME to @CHARGES_7_NAME and @OPTIONS_1_NAME to @OPTIONS_7_NAME.
Use "if (onaddedtocart)" condition in function-type formulas to do specific processes only when the item has successfully been added to the cart.
:: add to cart module ::
- Added formula parser for custom quantity/price/charges processing.
Formula variables for the parser are: @QUANTITY, @PRICE, @PRICE_NAME, @CHARGES_1 to @CHARGES_7, @CHARGES_1_NAME to @CHARGES_7_NAME and @OPTIONS_1_NAME to @OPTIONS_7_NAME.
Use "if (onaddedtocart)" condition in function-type formulas to do specific processes only when the item has successfully been added to the cart.
:: add to cart library module ::
- Improved startup on slower browsers.
:: check-out module ::
- Improved optional tax handling with selectable rates (supports customizable styles).
- Improved vertical alignment in the 'Total' row.
:: others ::
- Updated 'POD' sample project (a demonstration about the use of pay-on-delivery mode with standard wb-login tools).
- New 'formula' sample project (shows how formulas are used to calculate in a different way the final charges/price of an item).
- New 'validation-hook' sample project (demonstrates the use of this feature to validate an item-specific ordering).
Re: [rz] Shopping Suite *** UPD 2019-May-31 ***
A truly fantastic update. Thank you for the behind the scence help!!! Love the POD sample! 

Re: [rz] Shopping Suite *** UPD 2019-May-31 ***
Can the shopping suite be used in 64 bit edition Web Builder?
Re: [rz] Shopping Suite *** UPD 2019-May-31 ***
Yes you can. The suite is both compatible with x32 and x64 bit software.