Okay
  Public Ticket #1091066
Product Pages
Closed

Comments

  •  2
    manosSt started the conversation

    Hi again,

    i read the turotial and is 100% perfect for homepage but i want to disable or edit some modules in category or product pages and i can't find them. For example i want to disable best sellers in category pages and Popular Products and Social Media share buttons inside the product pages. I also want to create more custom fields like data sheet. I send you some pictures to help you.

    Thank you!

  •  1,588
    Criss replied

    Hi, Good morning and have a nice day, thanks for your comments,

    1. you want disable module "bestseller" on product page, and still display this module on left column from other page, please go to back office > module > position:

    2.about module "blocksocial" and "blockviewed", it's module default prestashop, please go to back office and config:

    3.Please see these lines code from file "product.tpl"

    (root/themes/newyork/product.tpl)

    {if $product->description}<li><a href="#idTab1">{l s='More info'}</a></li>{/if}
                    {if isset($features) && $features}<li><a id="more_info_tab_data_sheet" href="#idTab2">{l s='Data sheet'}</a></li>{/if}
                    {if isset($accessories) AND $accessories}<li><a href="#idTab3">{l s='Accessories'}</a></li>{/if}
                    {if (isset($quantity_discounts) && count($quantity_discounts) > 0)}<li><a href="#idTab4">{l s='Volume discounts'}</a></li>{/if}
                    {$HOOK_PRODUCT_TAB}
                    {if isset($packItems) && $packItems|@count > 0}<li><a href="#idTab6">{l s='Pack content'}</a></li>{/if}
                    {if (isset($product) && $product->description) || (isset($features) && $features) || (isset($accessories) && $accessories) || (isset($HOOK_PRODUCT_TAB) && $HOOK_PRODUCT_TAB) || (isset($attachments) && $attachments) || isset($product) && $product->customizable}
                        {if $attachments}<li><a href="#idTab7">{l s='Download'}</a></li>{/if}
                        {if isset($product) && $product->customizable}<li><a href="#idTab8">{l s='Product customization'}</a></li>{/if}
                    {/if}
    

    It's code with function get tab like default bootstrap, as you see here, if products to be config all info of elements as here, tab to be display for you on product page.

    Thanks,

    Best Regards,
    Criss - FieldThemes

  •  2
    manosSt replied

    Hi again and thank you.


    1. I am sorry a don't understand 3.  I want to add another tab like tab like more info and data sheet. Actually i need 6 tabs. That was a question of me in themeforest before i bought the theme.
    2. I also want to display popular products in RightColumn in product as you see in image Popular Products1. Like Best sellers i go in modules- positions  displayRightColumn  but i cant find it . I tried Special Products (Popular Products2.png) but nothing changing.

    Thank you

  •  1,588
    Criss replied

    HI, thanks for your reply,

    -About tab on product page, as we show you, please go to back office and config all element for each product, it's to be display:


    -About 'popular product, we sorry you because it's module default prestashop, please check again from default quickstart, as you know if you want call a block (module) you need  a hook and that hook have function get content, example if you want display "popular product' module on rightcolumn, from file .php of this module from function "install" must have hook "leftcolumn" and function for get content for this hook:


    Hope you understand and check again that.

    Thanks,

    Best Regards,
    Criss - FieldThemes

  •  2
    manosSt replied

    //////////////////////////////////////////////////////////////////////////////

    manosSt Purchased


    16 days ago


    Thanx a lot! I have another question. Module Isotope tabs from the homepage is the same as inside the product page like http://demo.fieldthemes.com/newyork/home1/en/home/8-slim-fit-suit-.html ?

    Next to tabs DATASHEETS or ACCESSORIES can i have a CUSTOM tab ?



    fieldthemes


    fieldthemes Author


    16 days ago


    Yes, you can add a custom tab. Thanks!

    ////////////////////////////////////////////

    That was your answer but now you tell me that i can't have a custom tab. What i suppose to say to my customer?

  •  2
    manosSt replied

    Ooops SORRY !!!!!!

    i misunderstood.


    But how can i have a custom tab with a name i choose? For example can i  have a tab with name "custom" ?


    Sorry again and thank you!

  •  1,588
    Criss replied

    HI, good morning and have a nice day.

    thanks for your reply

    As we told you before, tab on product page is tab elements of default prestashop config for some attributes products, and we can't add tab new on it, Please check that from prestashop quickstart default.

    Thanks,

    Best Regards,
    Criss - FieldThemes

  •  2
    manosSt replied

    Ok but as you see in comments i send you before i bought the theme that was exactly my question and the answer was   :

    fieldthemes Author

    16 days ago

    Yes, you can add a custom tab. Thanks!

    .

    Now you tell me that i can't and it's not my fault

  •  1,588
    Criss replied

    Hi, we sorry you, our mistake, 

    We have made a mistake, we think you want told to tab "Product customization" of product, 

    it's available in prestashop default quickstart and from our theme, please go to file "product.tpl" search code line html:

    (root/themes/name_theme/product.tpl)

    {if isset($product) && $product->customizable}<li><a href="#idTab8">{l s='Product customization'}</a></li>{/if}

    As you can see here, it's atributes of product, please go to back office config it, this tab to be display and you can rename this tab to "custom" tab if you want.

    Hope you understand that and check again.

    Thanks,


    Best Regards,
    Criss - FieldThemes

  •  2
    manosSt replied

    ok,

    do you think that a module like

      https://addons.prestashop.com/en/additional-information-product-tab/5070-product-tabs.html

    will solve my problem?

    Thank you!

  •  1,588
    Criss replied

    Hi, thanks for reply,

    Yes,A few our customer used some module for that, they purchase module and install it for their store, as link you gave us, we see it's look good, easy and work right.

    We think it's ok for you, Please consider that, we sorry because we have no that module to test on our localhost, so we can't give you the final response statement.

    However, from link demo, we see it's work well,

    Hope it's solved you problem,

    Thanks,

    Best Regards,
    Criss - FieldThemes