Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shop Permalink defaults to '/shop-2' instead of '/shop'That usually means you have a page/slug with “shop” already in your system. It could be in the trash. Delete from everywhere including the trash. Then you can rename the slug for the shop-2 page to shop.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Add to cart button not workingMost likely it is due to your theme. Switch to 2012 theme and re-test.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product VariationsWooCommerce only has one version and it is the FREE one. So yes you can do it with the one you have.
Forum: Plugins
In reply to: [WooCommerce] Variable Product – Add to Cart not showingWorks fine for me. http://cld.wthms.co/BLn5
Forum: Plugins
In reply to: [WooCommerce] How to hook add to cart event to add custom data?Perhaps you want to use this hook instead:
do_action( 'woocommerce_add_order_item_meta', $item_id, $values );Forum: Plugins
In reply to: [WooCommerce] Any way to add variations in all products?Yes, there are plugins out there that you use to bulk import variations for your products. One such as Product CSV Import Suite.
Hope that helps.
Forum: Plugins
In reply to: [WooCommerce] No new order emails if using BACS (direct transfer payment)Even “on-hold” status you should get a new order admin.
Forum: Plugins
In reply to: [WooCommerce] Related ProductsHere is a description on related products that may help you http://cld.wthms.co/SHtY
Forum: Plugins
In reply to: [SP WPEC Variation Image Swap] Shortcodes don´t work on the variationI am sorry but I am not sure how this is related to my plugin?
Forum: Plugins
In reply to: [SP WPEC Variation Image Swap] Shortcodes don´t work on the variationI am not entirely sure I know what you mean. But my plugin was only designed to work for single products page.
Forum: Plugins
In reply to: [WooCommerce] add woocommerce add to cart button into themeYou can use shortcodes in your header by using do_shortcode function.
Forum: Plugins
In reply to: [WooCommerce] Product Quantity in CartI am guessing those are injected via JS based on a class name. So you “may” be able to change the class name so the script doesn’t pick it up.
Look into this filter -> ‘woocommerce_cart_item_quantity’
Forum: Plugins
In reply to: [WooCommerce] Product Menu is not showing in admin panelSeems you may have a conflict with menu page orders. Disable all plugins except WC and see if it appears and also try switching to a different theme and check again.
Forum: Plugins
In reply to: [WooCommerce] Questions about Large Shop on Woocommerce@travis123, make sure you have your own server and not using a shared environment.
Forum: Plugins
In reply to: [WooCommerce] Search box not workingWell first fix all the JS errors on your site. You have quite a few errors. Use a dev tool like firebug or the chrome console to help you.