Variation name not shown
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Variation name not shown’ is closed to new replies.