I cant see gallery on product page

Author Message

Andrea Cerra

Saturday 19 March 2011 1:26:18 pm

Hello friend,

i have enabled class products to container, now when i go to create on sub-category of my products the gallery, i cant see it on my website.

So i create products and i see online , on sub category of product i create a gallery, but when i create this i not see online.

thanks

Theodoros Papageorgiou

Saturday 19 March 2011 1:57:10 pm

Hello,

If I understand you correctly, you expect to see your gallery (line or full view) as a sub-item of your product full view is this right?

If this is true then you need to modify your product template. The container flag doesn't affect this, it's only for the admin area.

WEBWiZ
Web Development
http://www.webwiz.gr

Andrea Cerra

Saturday 19 March 2011 2:01:32 pm

Ok, so for see the gallery on my product page i need to modify my product template?

ok...good..................but how? :)

thanks to all

Theodoros Papageorgiou

Monday 21 March 2011 4:51:14 am

First you need to find the product template used by your site.
Enable debug output, template debug, inline debug, list of used templates at your admin interface and clear the cache.You can now see at the front-end the templates used to render your page. Alternatively, you can go to Setup > Classes > Product > Override templates.

Then you need to override this template by copying it to the exact location in your design.

Then modify your override template, fetch your gallery and output it on your product page using the node_view_gui function. Have a look at the full view gallery.tpl template for example.

There's also another way to relate a gallery or whatever object you wish with your product. Change your product class and add an Object relation(s) datatype. Then in your product template fetch the related objects of your product.

Good luck!

WEBWiZ
Web Development
http://www.webwiz.gr

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 00:55:19
Script start
Timing: Jan 18 2025 00:55:19
Module start 'layout'
Timing: Jan 18 2025 00:55:19
Module start 'content'
Timing: Jan 18 2025 00:55:20
Module end 'content'
Timing: Jan 18 2025 00:55:20
Script end

Main resources:

Total runtime0.9377 sec
Peak memory usage4,096.0000 KB
Database Queries61

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0080 588.0156152.6250
Module start 'layout' 0.00800.0051 740.640639.4531
Module start 'content' 0.01310.9231 780.0938548.9453
Module end 'content' 0.93620.0015 1,329.039112.4688
Script end 0.9377  1,341.5078 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3610160.0002
Check MTime0.00140.1467160.0001
Mysql Total
Database connection0.00080.084710.0008
Mysqli_queries0.881393.9807610.0144
Looping result0.00080.0867590.0000
Template Total0.902396.220.4512
Template load0.00200.216520.0010
Template processing0.900396.008220.4501
Template load and register function0.00020.021410.0002
states
state_id_array0.00090.100910.0009
state_identifier_array0.00120.132120.0006
Override
Cache load0.00170.1814270.0001
Sytem overhead
Fetch class attribute can translate value0.00060.063020.0003
Fetch class attribute name0.00130.140550.0003
XML
Image XML parsing0.00240.259820.0012
class_abstraction
Instantiating content class attribute0.00000.001660.0000
General
dbfile0.00360.3801150.0002
String conversion0.00000.002040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezxmltags/link.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/link.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs