View Single Post
  #123  
Old 12-16-2012, 06:28 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart Adapt Template

Quote:
I tracked down the promos, it wasn't the file you suggested but adapt/custom/menu_image_rotator.tpl. I was expecting something within the backend. It is working great but the images do not scale on mobile devices.

You can add class="responsive" to your images to make them scale.

Quote:
Upon completion of personal details, click apply and this is the error "An error occurred while processing a request. Please refresh the page.
If the problem still persists after refreshing the page please contact us on the matter."

This will be a config issue and not related to the template, search through the forum as other people have experienced the same.

Quote:
Free products with the Adapt template. What edits are required?

Set the product price to zero, then in skin/adapt/customer/main/product_details.tpl

Replace...

Code:
<input type="text" size="7" name="price" />

With...
Code:
FREE!
__________________
xcartmods.co.uk
Reply With Quote