Zen Cart Logo
Forums / General Questions / rearrange the Product page?

rearrange the Product page?

Views: 1,241

Results 1 to 8 of 8
23 Jul 2012, 5:27 AM
#1
soso838 avatar

soso838

Zen Follower

Join Date:
May 2012
Posts:
105
Plugin Contributions:
0

rearrange the Product page?

I want to rearrange the Product page. but cannot find out where is the file's located
Attachment 10854
please help me:(

23 Jul 2012, 3:37 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: rearrange the Product page?

What exactly do you want to modify? I just see a couple of arrows pointing somewhere (though it's not really clear what they are pointing to).

23 Jul 2012, 5:44 PM
#3
soso838 avatar

soso838

Zen Follower

Join Date:
May 2012
Posts:
105
Plugin Contributions:
0

Re: rearrange the Product page?

I just want to change the sequence and locations of the content. I want to move the item detail description to the right side of the product image. thanks

23 Jul 2012, 5:54 PM
#4
soso838 avatar

soso838

Zen Follower

Join Date:
May 2012
Posts:
105
Plugin Contributions:
0

Re: rearrange the Product page?

here is what I want to modify. Attachment 10861

23 Jul 2012, 6:32 PM
#5
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: rearrange the Product page?

The RELATIVEVPOSITION of the main elements on the product info page, are governed by where you put them (in relation to each other) in tpl_product_info_display.php - and you should have a "copy" of this core file in your CUSTOM template:
(includes/templates/mydiykidtoy/templates/tpl_product_info_display.php)

You will see each section delimited by <!--- BOF ---> and <!--- EOF ---> comments/

In general, you can just shift these sections around.

Other factors include STYLE DECLARATIONS, and you may need to force certain breaks to keep elements flowing nicely. The use of tags such as <br class="clearBoth" /> can be useful.

Image sizes and some other features are controlled by settings in the admin panel - mostly in the configuration menu section.

Some components are toggled ON or OFF by settings in ADMIN >>> CATALOG >>> Product Types ... Product General -> Edit Layout

23 Jul 2012, 6:39 PM
#6
soso838 avatar

soso838

Zen Follower

Join Date:
May 2012
Posts:
105
Plugin Contributions:
0

Re: rearrange the Product page?

Great this is what I want to know, thanks
one more things, How can I reduce the add on image size and put under the product image
I will make it more easy to see and control

23 Jul 2012, 7:01 PM
#7
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: rearrange the Product page?

I did allude to this in my earlier post...

23 Jul 2012, 8:58 PM
#8
soso838 avatar

soso838

Zen Follower

Join Date:
May 2012
Posts:
105
Plugin Contributions:
0

Re: rearrange the Product page?

Thanks I got it.