• Resolved Sewlicious

    (@sewlicious)


    If you scroll all the way down you will see the amazon carousel. I want to remove the text under the products so it only shows pictures. Can you please tell me how to do that?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Go to the templates section of the plugin,
    select ProductCarousel from the list,
    clone it,
    edit the copy’s source code and remove the entire section surrounded by <div class=”aalb-5-pc-product-details”>:

                    <div class="aalb-5-pc-product-details">
                      <div class="aalb-5-pc-product-title">
                        <a href="{{DetailPageURL}}" title="{{Title}}" target="_blank" rel="nofollow">
                          {{Title}}
                        </a>
                      </div>
                      <div class="aalb-5-pc-product-offer-price">
                        <!-- The section tag for different marketplaces ensures localization of static text.  -->
                        {{#MarketplaceUS}}Price{{/MarketplaceUS}}{{#MarketplaceFR}}Prix{{/MarketplaceFR}}{{#MarketplaceIT}}Prezzo{{/MarketplaceIT}}{{#MarketplaceDE}}Preis{{/MarketplaceDE}}{{#MarketplaceES}}Precio{{/MarketplaceES}}{{#MarketplaceBR}}Price{{/MarketplaceBR}}{{#MarketplaceCA}}Price{{/MarketplaceCA}}{{#MarketplaceCN}}Price{{/MarketplaceCN}}{{#MarketplaceIN}}Price{{/MarketplaceIN}}{{#MarketplaceJP}}Price{{/MarketplaceJP}}{{#MarketplaceMX}}Price{{/MarketplaceMX}}{{#MarketplaceUK}}Price{{/MarketplaceUK}}: <span class="aalb-5-pc-product-offer-price-value">{{CurrentPrice}}</span>
                      </div>
                      {{#StrikePrice}} <!-- The section tag ensures that strike price is displayed only if it is available -->
                        <div class="aalb-5-pc-product-list-price">
                          <!-- The section tag for different marketplaces ensures localization of static text.  -->
                          {{#MarketplaceUS}}Was{{/MarketplaceUS}}{{#MarketplaceFR}}Ancien prix{{/MarketplaceFR}}{{#MarketplaceIT}}Da{{/MarketplaceIT}}{{#MarketplaceDE}}statt{{/MarketplaceDE}}{{#MarketplaceES}}Precio recomendado{{/MarketplaceES}}{{#MarketplaceBR}}Was{{/MarketplaceBR}}{{#MarketplaceCA}}Was{{/MarketplaceCA}}{{#MarketplaceCN}}Was{{/MarketplaceCN}}{{#MarketplaceIN}}Was{{/MarketplaceIN}}{{#MarketplaceJP}}Was{{/MarketplaceJP}}{{#MarketplaceMX}}Was{{/MarketplaceMX}}{{#MarketplaceUK}}Was{{/MarketplaceUK}}: <span class="aalb-5-pc-product-list-price-value">{{StrikePrice}}</span>
                        </div>
                      {{/StrikePrice}}
                      {{#Prime}} <!-- The section tag ensures that prime icon is displayed only if it is available -->
                        <div class="aalb-5-pc-product-prime-icon">
                            <i class="icon-prime-all"></i>
                        </div>
                      {{/Prime}}
                    </div>
    

    save the copy,
    use the copy in your carousel as template.

    Then you’ll only see the product pictures without text nor price nor anything.

    Cheers,
    Sascha

    • This reply was modified 8 years, 7 months ago by superninchen.
    • This reply was modified 8 years, 7 months ago by superninchen.
    Thread Starter Sewlicious

    (@sewlicious)

    Thanks! That worked!

    Great!

    Glad I could help.

    (Y)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove text’ is closed to new replies.