Post by fxdesigner » Tue Aug 07, 2012 1:17 pm

We are using 1.5.3.1

We would like to be able to MOVE the current position of the Product DESCRIPTION (section) on the DEFAULT OC-Theme from its standard location (typically just above the FOOTER Section) to the TOP of the Page, just below the default Page Menu.

Can we do this without making the water too muddy??

Any insight is appreciated (we know we have to toy with the product TPL file) but when we tried, it did move the section, but alas, poor Urich, sometime is amiss for the page style (colors) oddly changed - the issue was not so much moving the section in question, but rather how much of the code should we "take" with us so the page remains intact after the changes.

Thanks,

FX Designer

Newbie

Posts

Joined
Sun Jun 19, 2011 4:21 pm

Post by pprmkr » Tue Aug 07, 2012 1:39 pm

If you mean the content of tab Description:
Line 230:

Code: Select all

  <div id="tabs" class="htabs"><a href="#tab-description"><?php echo $tab_description; ?></a>
Becomes:

Code: Select all

  <div id="tabs" class="htabs">
Delete line 241:

Code: Select all

  <div id="tab-description" class="tab-content"><?php echo $description; ?></div>
At line 9 insert:

Code: Select all

<div class="description"><?php echo $description; ?></div>
Happy coding ...

User avatar
Active Member

Posts

Joined
Sat Jan 08, 2011 11:05 pm
Location - Netherlands

Post by mrjave » Tue Aug 07, 2012 4:47 pm

good day pprmkr,

i tried the following codes and i am having this error:

Code: Select all

Parse error: syntax error, unexpected $end in /home/mydomain/public_html/vqmod/vqcache/vq2-catalog_view_theme_default_template_product_product.tpl on line 538
Can someone assist me to modify the product.tpl to reflect something like this?
http://www.jymgarment.com.sg/image/sample.jpg

basically, is just the layout changes, other processes should remain.

please, anyone?

kind regards,
Jave

Active Member

Posts

Joined
Wed Jun 13, 2012 4:22 pm

Post by pprmkr » Wed Aug 08, 2012 1:04 pm

Combination of hardcoded changes and vQmod mostly end in tears.

The vQmod searches for explicit content and when you manualy change the content it ends in errors, like you encounter now.

User avatar
Active Member

Posts

Joined
Sat Jan 08, 2011 11:05 pm
Location - Netherlands

Post by mrjave » Wed Aug 08, 2012 2:42 pm

good day pprmkr,

explicit and 'essential' content are hard to change given that most of us here are not professional coders.
we dare not touch them in case we screw things up.

O0

kind regards,
Jave

Active Member

Posts

Joined
Wed Jun 13, 2012 4:22 pm
Who is online

Users browsing this forum: Bing [Bot], Majestic-12 [Bot] and 44 guests