- AuthorPosts
1. Added this css code to your site.
.pro_second_box label.list-front, .product_middle_column label.product-block{margin-bottom:0;} .product_middle_column #gsr .clr_10,.product_middle_column #gsr .clr_15{display:none!important;} .product_middle_column #gsr{margin-bottom:10px;}
2. See attached 739 740, changed those two settings.
3. Added this code to the \modules\gsnippetsreviews\gsnippetsreviews.php file.
public function hookDisplayUnderProductName() { return $this->execHook('display', 'displayUnderProductName'); }
4. See 741, added those two lines and a comma to the \modules\gsnippetsreviews\conf\common.conf.php file.
5. See 742, added that code to the \modules\gsnippetsreviews\lib\hook\hook-display_class.php
6. See 743,744, Added those two lines to the /themes/transformer/templates/catalog/_partials/product-tabs.tpl file.
That’s all.
Attachments:
See attached pic, did you set that setting to “displayUnderProductName”.
You can just copy the modules\gsnippetsreviews\ folder to your live site.Attachments:
Hi,
我修改了/modules/gsnippetsreviews/views/templates/hook/my-account-17.tpl文件,并修改了/modules/gsnippetsreviews/gsnippetsreviews.php文件,添加并注册了hookDisplayCustomerAccount钩子,请看附件。hookDisplayCustomerAccount
Best regards.Attachments:
- AuthorPosts
You must be logged in to reply to this topic.