• Resolved nicolezisman

    (@nicolezisman)


    Hello,

    I have a site with a store section that uses the WooCommerce plugin.?

    When items are added to the cart the checkout contains thumbnails of the cart items, alongside the name and quantity. Product pages looks fine when accessed through the store at …/custom-top, but these thumbnails redirect to …/product/custom-top instead of …/custom-top, a page that seemingly uses a different style sheet and is therefore visually different to the “official” product page.

    Is there a way to change the link associated with the thumbnails? If not, is there a way to change the CSS of the WooCommerce-redirected product page?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Saif

    (@babylon1999)

    Hello @nicolezisman,

    Product pages looks fine when accessed through the store at …/custom-top, but these thumbnails redirect to …/product/custom-top instead of …/custom-top, a page that seemingly uses a different style sheet and is therefore visually different to the “official” product page.

    The single product page URL should look like this /product/custom-top so I assume the product pages on your site are custom pages with the [product_page] shortcode or with the assistance of a third-party plugin.

    An easy fix would be to just work with the native product pages created by WooCommerce and customize them. You can check this guide for more help.

    Alternatively, you can work around the problem using the woocommerce_cart_item_thumbnail hook but I’m afraid that’s not within our scope of support. You can hire a WooExpert to help you with this.

    Is there a way to change the link associated with the thumbnails? If not, is there a way to change the CSS of the WooCommerce-redirected product page?

    Yes, you can use the .postid-xxx selector. If you’re comfortable sharing your site URL, we can give you an example. ??

    Cheers!

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Since we haven’t heard from you for a while, I’m marking this as resolved. We’re always here to help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product Thumbnail Link Issue’ is closed to new replies.