makeonlineshops
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Remove out of stock products from related productsAlso interested, thank you !
I found this and will try it:
https://iconicwp.com/hide-stock-products-related-products-woocommerce/
- This reply was modified 8 years, 9 months ago by makeonlineshops.
Forum: Plugins
In reply to: [Cloudflare] Woocommerce, exclude CART, CHECKOUT and MYACCOUNT pages ?Thank you for your post.
What functions break “Edge Cache TTL” ?
I never tried it and I am looking for way to speed woocommerce which is slow even on a good server and with less than 10 plugins that are certified good.
“Bypass cache on cookies” is only available for the paid accounts if I can remember ?
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] PayPal error (11812)I agree that being one of the most important, it should be better.
But if you have checked other Paypal express plugins, they are worst !
Maybe coders and developers are not people who really understand what is really important when owing a shop 🙂
Thank you again. I use only 1 theme on all websites, so I guess it’s ok as it works well now. But I will keep this page and your code in case I need it.
Sorry i just see your reply.
Do you think that I should really add your check ? It works without, but maybe it’s safer to check ?
Can I use your code and also remove the REVIEW tab as in my code above ?
Thank you so much.
Sorry, I tested and it works !
I checked products that didn’t have additional information and products that have.
Both display well without the additional information tab.
I also hide the review tab:
add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );
function woo_remove_product_tabs( $tabs ) {
unset( $tabs[‘reviews’] ); // Remove the reviews tab
unset( $tabs[‘additional_information’] ); // Remove the additional information tab
return $tabs;
}Thank you, but are you sure that it won’t make problems on products without additional information ?
It is said on Woocommerce doc that it will crash when the products do not have additional info.
Thanks again.
OK thank you, now I just start, but when I will need to customize Woocommerce template I will use your full plugin.
Can you tell me if, as an example, I could easily add a second ADD TO CART button at the bottom of the page with your plugin ?
Thank you again for all.
Forum: Plugins
In reply to: [Toolset Types - Custom Post Types, Custom Fields and Taxonomies] DeactivateForum: Plugins
In reply to: [Toolset Types - Custom Post Types, Custom Fields and Taxonomies] DeactivateThank you for the reply, I will read your doc.
Please can you tell me why after a drupal migration with FG drupal to wordpress plugin, when I edit a product (I have migrated an Ubercart shop), I see:
Your theme doesn’t have a template to display Product.
Visit example Product
Resolve???
But actually my product is displayed completely with pictures and everything is correct.
Should I do something to fix this message ?
Your theme doesn’t have a template to display Product.
Visit example Product
ResolveThank you again for all.
Forum: Plugins
In reply to: [Toolset Types - Custom Post Types, Custom Fields and Taxonomies] DeactivateAlso interested !
But how do you switch the custom fields to the correct WP fiel location ?
Thanks.
Are you sure that you know something ? 🙂
Forum: Plugins
In reply to: [WooCommerce] Fraudulent Orders – Similar Email AddressesBots orders ?
Forum: Fixing WordPress
In reply to: Can I remove CPT path in URL? I’m migrating Drupal site to WP.FG drupal to wordpress plugin will do it for you.
Forum: Everything else WordPress
In reply to: Why Word Press?Wordpress is the best if you understand that it is slow and that the less plugin and useful functions you put on your website, the less likely it is to have problems !