freakhouse Posted October 17, 2013 Share Posted October 17, 2013 How would I move the long description up higher on the product page? Right now it is below the "other products in the category". I want it above that. Link to comment Share on other sites More sharing options...
safa Posted October 17, 2013 Share Posted October 17, 2013 (edited) you have to edit this file. /themes/ your theme / prodcut.tpl file. long description variable is {$product->description} Edited October 17, 2013 by safa (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 17, 2013 Share Posted October 17, 2013 How would I move the long description up higher on the product page? Right now it is below the "other products in the category". I want it above that. hello you use default theme? Link to comment Share on other sites More sharing options...
freakhouse Posted October 18, 2013 Author Share Posted October 18, 2013 (edited) vekia- no, I'm using a monster template. here's an example page http://redlinemusicgear.com/guitar-and-bass-pedals/98-mxr-micro-flanger.html Any more info you could give would be appreciated. I've looked at the code in product.tpl and it wasn't obvious to me what code I should move where. Edited October 18, 2013 by freakhouse (see edit history) Link to comment Share on other sites More sharing options...
safa Posted October 18, 2013 Share Posted October 18, 2013 Where do you want to move? Link to comment Share on other sites More sharing options...
freakhouse Posted October 18, 2013 Author Share Posted October 18, 2013 Safa- Right now the long description is below the "other products in the category". I want it directly above that. Link to comment Share on other sites More sharing options...
vekia Posted October 18, 2013 Share Posted October 18, 2013 if I were you i will move whole hook with this module at the bottom somewhere in product.tpl file you've got : {if isset($HOOK_PRODUCT_FOOTER) && $HOOK_PRODUCT_FOOTER}{$HOOK_PRODUCT_FOOTER}{/if} move it at the end of file 1 Link to comment Share on other sites More sharing options...
pets11 Posted November 8, 2013 Share Posted November 8, 2013 if I were you i will move whole hook with this module at the bottom somewhere in product.tpl file you've got : {if isset($HOOK_PRODUCT_FOOTER) && $HOOK_PRODUCT_FOOTER}{$HOOK_PRODUCT_FOOTER}{/if} move it at the end of file Thankyou! That was very helpful and worked well on 1.5.6. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now