• On cart review and checkout the plugin uses $_product->get_title() function which returns the title of the parent product without variation name. You should be using $_product->get_name() like WooCommerce core does.

    Currently our cart review does not show the size of the shoe customer has in cart, which is kind of a problem. I’ve now hotfixed this for our site but I hope this could be changed in future versions.

    Incorrect calls are on rows 71 and 73 (with and without permalink).

    I also noticed that on row 56 there’s undefined $product variable. It should probably be $_product.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hi @kousa

    Thanks for raising the issue and providing the fix which you’ve applied on your site.

    Regarding the undefined $product variable, I have fixed it in version 2.1.

    For the Variation name, I will check into it and take the proper action.

    Regards,
    Bhavik

    Hi @bhavikkiri

    I am wondering if there is a fix coming for the variation name issue mentioned by Olli Kousa?

    On the cart page, we can’t see the attribute name at the end of the variation product name as it should be. On the checkout page the variation product name is printed correcly.

    It looks like instead of using $_product->get_title() on rows 71 and 73, we can get the correct results if we use $_product->get_name() or $product_title variable that the function receives as a parameter.

    Best regards
    Mikko

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hi @mmoro,

    Thank you for sharing the solution, i will rollout solution soon.

    regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Variation name not shown’ is closed to new replies.