meymoon
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] woocommerce processing order not sending automaticallyThanks – I downloaded wp-smtp and managed to get it working following your advice.
Appreciate the support!
thanks for the quick reply.
i went to general settings and under “SEO on only these post types:” have selected everything.
would i now need to wait several weeks to see if this has fixed the issue?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] WOOCOMMERCE PRODUCT PAGE IMAGESthanks this has worked now ??
thanks for your help..i appreciate your patience with me ??
Forum: Plugins
In reply to: [WooCommerce] WOOCOMMERCE PRODUCT PAGE IMAGESi actually added in
$image;
Forum: Plugins
In reply to: [WooCommerce] WOOCOMMERCE PRODUCT PAGE IMAGESHello
When I do this, the product image disappears altogether, and I am just left with the text “image@”.
to be clear, what i’ve tried doing is to remove the following line from the template:
echo apply_filters( ‘woocommerce_single_product_image_html’, sprintf( ‘%s‘, $image_link, $image_caption, $image ), $post->ID );
and add in the following line in its place:
$image
Have I done something wrong here? I really appreciate your help on this.
I’ve tried a few other combinations of deleteing the line out only partially and adding $image in different places but still not having any luck ??
Thanks
Forum: Plugins
In reply to: [WooCommerce] WOOCOMMERCE PRODUCT PAGE IMAGESthanks very much
unfortunately, i am not very good with code
are you able to advise which lines i should edit in the template in order to remove the product image links?
thanks again – really appreciate it ??
Forum: Plugins
In reply to: [WooCommerce] WOOCOMMERCE PRODUCT PAGE IMAGESThat’s a good point again.
How would I therefore remove all the links from these images on the product pages?
Forum: Plugins
In reply to: [WooCommerce] WOOCOMMERCE PRODUCT PAGE IMAGESActually you are right sorry, that doesn’t make a lot of sense.
I’d like all the images to link back to the main shop page:
https://www.letscando.com/shop/
Thanks.