Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Compatible Plugins › WooCommerce › Adding Items to cart – Checkout page shows gwangi logo?
- This topic has 3 replies, 2 voices, and was last updated 6 years, 8 months ago by
Themosaurus.
-
AuthorPosts
-
@themosaurus
- 1 Topics
- 1675 Posts
Hi @harryshapes,
This is the default image of WooCommerce products.
If you want to change it you can use this PHP code snippets:add_filter( 'woocommerce_placeholder_img_src', 'gwangi_change_placeholder_img_src', 20, 1 ); function gwangi_change_placeholder_img_src( $image_url ) { return 'URL-OF-YOUR-IMAGE'; }
URL-OF-YOUR-IMAGE = The image complete url you want to use.
To add this code snippet to your site, we recommend that you use a the Code Snippets plugin (https://wordpress.org/plugins/code-snippets/). If you have never activated this plugin, please read the following post:
Here is the image we already use : https://classic.gwangi-theme.com/wp-content/themes/gwangi/assets/images/products/product-placeholder.png
This way you could use it as a basis to create a new one.We hope this will help you. ?
All the best,
September 26, 2018 at 10:35 #2571@themosaurus- 1 Topics
- 1675 Posts
Hi @harryshapes,
Can you please provide us with screenshots of your website? Please don’t hesitate to comment or highlight your screenshots to help us better understand your issue.
Best regards,
September 26, 2018 at 13:09 #2589 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Adding Items to cart – Checkout page shows gwangi logo?’ is closed to new replies.