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)