Hi all,
Am using O/C 1.5.4
http://www.glowspeed.co.nz/shop
The last option of the top menu category bar when you click on it take to product listings or you can setup a subcategory.
Sort of want to change it a little so that when someone clicks on the "Custom Gauge Request" on the top menu bar it opens up into the product page of the product that is currently listed in there.
Can any help with this small step of re-direction
Cozzie
Hi,
As a quick and easy way you could use jquery.
Add this to your footer.tpl file, located here: catalog/view/theme/cartmaniac/template/common
It will change the link in the menu that pointed to the category page to now point to the product page.
Edit: A tidier non-jquery solution would be a bit more effort and require an edit to the menu code
jgsw
As a quick and easy way you could use jquery.
Add this to your footer.tpl file, located here: catalog/view/theme/cartmaniac/template/common
Code: Select all
<script>
$("#menu a[href='http://www.glowspeed.co.nz/shop/index.php?route=product/category&path=119']").attr('href', 'http://www.glowspeed.co.nz/shop/index.php?route=product/product&path=119&product_id=51')
</script>
Edit: A tidier non-jquery solution would be a bit more effort and require an edit to the menu code
jgsw
Quick Edit Admin Panel (40% off!) - CSS Unique (only $10!)
Sticky Admin Menu (Free) - Add Scripts & Styles to head (Free)
No problem, good luck with the store!
Quick Edit Admin Panel (40% off!) - CSS Unique (only $10!)
Sticky Admin Menu (Free) - Add Scripts & Styles to head (Free)
Who is online
Users browsing this forum: Baidu [Spider] and 77 guests