Cart URL’s of product images are Stripped of https:
-
When comparing the src URLs of the product images located in the cart from the previous version of WooCommerce to the new 3.0updated version, we noticed the urls prefixes are stripped. Although not a problem when on the site, but when the data is exported into a quotelist in an email, the urls links are broken. Here is the comparison of the link structure of a product:
WooCommerce 3.0
<img width="180" height="270" src="//qualitinc.com/wp-content/uploads/2017/03/CS402P_Red_model_front-180x270.jpg" alt="" />
WooCommerce 2.6.14
<img width="180" height="270" src="https://www.qualitinc.com/test2/wp-content/uploads/2017/03/AA2833_ashhthr_model_front_022016-180x270.jpg" alt="" />
What file can I Edit to have the full URL string listed in the cart?
- The topic ‘Cart URL’s of product images are Stripped of https:’ is closed to new replies.