View Single Post
  #1180  
Old 05-19-2016, 04:30 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

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"}
__________________
xcartmods.co.uk
Reply With Quote