burtcav
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cart URL’s of product images are Stripped of https:Any way to force the use of absolute URLs in the cart, rather than relative so we can extract that data for the quote list submission. htaccess redirect?, Maybe function?, edit wc-cart? Any help would be TOTS appreciated so our store can continue on after this update!!!
Forum: Plugins
In reply to: [WooCommerce] Cart URL’s of product images are Stripped of https:It is not a problem when it is on the site and in the cart. The problem is when the cart data is used in an email as the order details. We use a quotelist plugin and it is taking the information from the cart. When the email is received the product images do not show, because the pre-fix is missing. The url of the product in the email shows us what color the product is.
Here is what the email data looks like with broken image URLS:
<table cellspacing="1" cellpadding="1" style=""> <thead> <tr style=""> <td> </td> <td>Product</td> <td>SKU</td> <td>Quantity</td> </tr> </thead> <tbody> <tr style=""> <td style=""><a href="https://qualitinc.com/product/alternative-athletics-eco-fleece-pullover-hoodie-aa9596/?attribute_color=Camo"><img width="180" height="270" src="//qualitinc.com/wp-content/uploads/2017/03/AA9596_camo_model_front_022016-180x270.jpg" class="attachment-shop_thumbnail size-shop_thumbnail wp-post-image" alt="" srcset="//qualitinc.com/wp-content/uploads/2017/03/AA9596_camo_model_front_022016-180x270.jpg 180w, //qualitinc.com/wp-content/uploads/2017/03/AA9596_camo_model_front_022016-200x300.jpg 200w, //qualitinc.com/wp-content/uploads/2017/03/AA9596_camo_model_front_022016-768x1152.jpg 768w, //qualitinc.com/wp-content/uploads/2017/03/AA9596_camo_model_front_022016-683x1024.jpg 683w, //qualitinc.com/wp-content/uploads/2017/03/AA9596_camo_model_front_022016-378x567.jpg 378w, //qualitinc.com/wp-content/uploads/2017/03/AA9596_camo_model_front_022016-818x1227.jpg 818w, //qualitinc.com/wp-content/uploads/2017/03/AA9596_camo_model_front_022016.jpg 1200w" sizes="(max-width: 180px) 100vw, 180px" /></a></td>
Forum: Plugins
In reply to: [Simple Job Board] Editor File Not Found v2.4.3I am also having this problem, we are launching the site soon and received the error trying to modify my functions file.
not really what I was looking for. The client doesn’t want it to navigate to a different page since the form is on every page of the website. They just want the results to show in lieu of the form. What I really want to know is after the calculation has been performed how do I clear the results that are stored in the cache and reset the form?