View Single Post
  #996  
Old 06-08-2015, 04:33 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Is it possible to post a product page video that is not hosted on youtube or vemio? The video is hosted elsewhere and I have the video URL.
Hosted MP4 videos will be possible in v4. For now you'll have to make do with youtube and vimeo.

Quote:
Phil the fix you did for pagination in our new arrivals can you remember what is was as it also needs to be implemented in "On Sale"
skin/reboot/customer/main/pagination.tpl
Code:
{assign var="navigation_script" value="new_arrivals.php"}
and
Code:
{assign var="navigation_script" value="on_sale.php"}
(replace the code in green with your rewritten page names, including forward slashes)
__________________
xcartmods.co.uk
Reply With Quote