• Resolved mtntownmedia

    (@mtntownmedia)


    I only have one photo each for my simple collection of products. How do I eliminate the “more views” section. It does it automatically and I dont want it because it just duplicates the one product photo and looks bad. Also it automatically creates a “description” tab. How do I delete that, re-name that or add more tabs? Thanks

    https://www.ads-software.com/plugins/orillacart/

Viewing 1 replies (of 1 total)
  • Plugin Author orillacart

    (@orillacart)

    Hello,

    You need to override the gallery template and remove the additional images from there.

    Create the following folder in your theme forlder:
    /com_shop_front/product

    Copy there the file below:

    plugins/com_shop/front/views/product/templates/gallery.php

    Open the copied file and modify the code below:

    <?php if (!empty($this->row->images)) { ?>

    to:

    <?php if (!empty($this->row->images) && is_array($this->row->images) && count($this->row->images) > 1 ) { ?>

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘More Views and Description Tabs’ is closed to new replies.