• Hi,

    I’m using Storely theme. I have enabled the Woo plugin to support the site. When using Simple product as the Product type we see “Read more” under the product image. When we use External/affiliate option it shows the WordPress icon. How can we also make the External/affiliate option also say “Read more”? I saw this with another theme also.

    1.png (937×248) (cmp21.co.uk)

    Hat is the external/affiliate showing the WordPress icon, but it does show the Read more text if you drag and try and copy the text around that area, but not showing the black bar and Read more. Sneakers (no image) shows the Read more as it’s a simple product:

    2.png (658×446) (cmp21.co.uk)

    I am seeing this issue on /product-category/ and /products/ pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Woocommerce is provide functionality that you can add button text on External/affiliate option.

    Check your theme functionality that there is any setting show icon when External/affiliate option are selected on product type.

    In simple product options when your product is out of stock than it will be show read more button this is woocommerce default functionality. so please check your product and active theme settings.

    Thread Starter cmptscmp

    (@cmptscmp)

    Thanks, got it.

    I ended up removing this from the woocommerce/content-product.php file:

                <div class="product-action">
                    <?php
                    /**
                     * Hook: woocommerce_after_shop_loop_item.
                     *
                     * @hooked woocommerce_template_loop_product_link_close - 5
                     * @hooked woocommerce_template_loop_add_to_cart - 10
                     */
                     do_action( 'woocommerce_after_shop_loop_item' ); 
                    ?>
                </div>

    No bar below the image now so job is done.

    If you want, you can close this topic ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘External/Affiliate option shows WordPress icon’ is closed to new replies.