Customizing product page

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeCustomizing product page

This topic has been marked as not a support question.

HEllo, i don’t get how to choose the product page design in the store / product page /Product settings /
Changing the Page design doesn’t work and i changin Layout to product does’nt help…

also i can’t find where i can change the tb_col_1_2 of the image content, i need to remove images and put something else inside…

thanks for your help !

January 13, 2015 at 4:14 pm #36587

ok i finally found i have just to replace what comes after
slotStart(‘product/product.product_images’, array(‘data’ => $data));
to show what i want instead of image, but i need a variable (‘location’) here ( it’s where i store some important information for my store)

so i added the location infos at the right place in catalog/controller/product/product.php but i don’t understand how to get and use this variable in the product.tpl

before with shoppica i just had to use $location in the product.tpl file, now it doesn’t work :(

i don’t get what i should do to retrieve this variable ?

thanks…

January 16, 2015 at 11:13 am #36696

Ok sorry, i’m not a very good develloper and i make stupid errors, every thing is ok for retreiving my variable… forget that.. :)

i just don’t get how to change product page design in the store / product page /Product settings /

best regards

January 16, 2015 at 2:59 pm #36707

HEllo again, i try to understand how you build the product page, because i would like to change the design..
i realised you work with some kind of blocks (each time you declare slotstart ??) in the product.tpl and the design is made somewhere else ?
where is that magic file where i can change the place of the block?

thanks..

January 16, 2015 at 4:24 pm #36719

Hi,

The layout configuration can be found here:

tb_themes/pavilion/model/defaultModel.php

Each design layout is stored in a PHP array. You have all the rows, columns, blocks in this array. You should be able to change the order of the output content; everything then will output automatically on the frontend. You can create custom slots in the product template and use them, you will have to check the pattern.

Unfortunately, this file cannot be accessed with vQmod.

P.S. We are currently improving the Page Builder and will make all these mini blocks (slots) accessible to manage, order and customize. So if you make some changes, the next update will make all this changes irrelevant.

BR,
ThemeBurn team

January 19, 2015 at 6:04 pm #36834

ok i think i’ll customize directly the tpl and i’ll see what i do when you release the update…
it looks really great thanks !!

January 19, 2015 at 6:22 pm #36839
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.