Quote:
Will there be an option to have the Social Icons and Newsletter Subscription above the footer like now?
|
Yes, I'll make that available.
Quote:
Query: We have an XC store in which all the product prices are added exclusive of VAT/TAX. Can the skin be adjusted so that the wording "Excluding VAT/TAX" be displayed next to (or below) the price on the product details page.
|
Yes, you can edit
skin/reboot/customer/main/product_details_order.tpl
Add your note before...
Code:
{if $product.taxes}
Or for the very latest version, before...
Code:
{if $product.taxes && $config.Reboot.reboot_map_pricing ne "Y"}