![]() |
Edit Product Name On Product Detail Page
I am trying to find where on the customer/main/product.tpl page you can edit the display of the product name?
The only thing I think it could be is Quote:
But that modules doesn't exist in the install ? |
Re: Edit Product Name On Product Detail Page
It is called from dialog.tpl actually, but the reference to the product name is this part of product.tpl:
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra='width="100%"'} What do you want to change about it? |
Re: Edit Product Name On Product Detail Page
Thanks. I actually just wanted to change the style and the position on the page.
Is it possible to change the position ? |
Re: Edit Product Name On Product Detail Page
Were you able to move this? I am having a heck of a time just moving the product title to a different spot on the product details page...
|
Re: Edit Product Name On Product Detail Page
If you want to use the default dialog.tpl, you really can't move it. The solution is to comment out dialog.tpl, and use this variable to display the title where you want. So in customer/main/product.tpl, comment out these lines:
{capture name=dialog} {/capture} {include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra='width="100%"'} and then use this variable to display the title where you want: {$product.product} |
Re: Edit Product Name On Product Detail Page
Worked perfect. Helpful as always, thanks, Balinor.
|
Re: Edit Product Name On Product Detail Page
Quote:
U DA MAN BALI!!! |
All times are GMT -8. The time now is 01:29 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.