Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How do you show sub categories?If the provided shortcode doesn’t work, build your own loop. Use WP_Query
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – Variable Product Auto-complete HelpThere are several ways you can do this. One is to separate your items out individually instead of using attribute variations. This is common with most online stores.
The other way is to use JS to auto select the options when it lands on a product page with a specific part number. The JS can pull up a XML list of items/variations and do a lookup so it will know which options to select for the product the customer is on.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Disable LightBoxPlease have a look at the WordPress Codex on how to use filters.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Disable LightBoxThanks for contributing and helping others. However I would suggest you don’t even copy the template file but instead use the filters you already see there.
Forum: Plugins
In reply to: [WooCommerce] Sidebar is placed after content at the bottom of pageIf it supports WooCommerce and you’re having issues. You should contact your theme developer to fix this for you.
Forum: Plugins
In reply to: [WooCommerce] Doesn't work with latest version of WPSorry, it works for me…
Forum: Plugins
In reply to: [WooCommerce] Database error from Woocommerce settings pageMost likely your memory issue. Search for wordpress memory on google to learn on to increase it within wp_config.php file. If that doesn’t work, it means you need to ask your host to increase it in your PHP ini file…
Forum: Plugins
In reply to: [WooCommerce] HTML to WoocommerceWooCommerce is a plugin for WordPress so you must use WordPress.
Forum: Plugins
In reply to: [WooCommerce] How to Disable User Authorisation after checkoutI would imagine you just need to find an action hook in the checkout process and in that callback function run wp_logout() which will log out the current user.
Forum: Plugins
In reply to: [WooCommerce] error message "No products found which match your selection."@Silarose – as I asked you before what your setting was and you said default. But by default, it should not show a product category and will show each individual products…Sorry I don’t know how else to help you…Perhaps others can chime in…
Forum: Plugins
In reply to: [WooCommerce] error message "No products found which match your selection."@Silarose – seems its working fine now…
http://bio-matshop.com/buy-now/Forum: Plugins
In reply to: [WooCommerce] error message "No products found which match your selection."@Silarose – also on the WC settings->catalog tab, what settings do you have for:
Shop Page Display and Default Category Display?Forum: Plugins
In reply to: [WooCommerce] error message "No products found which match your selection."@Silarose – You said you’ve already checked the product visibility and it is set to visible but what about publish status? Did you make sure it is not draft?
Forum: Plugins
In reply to: [WooCommerce] error message "No products found which match your selection."@Silarose – if you did all that and assuming correctly and it still doesn’t show, then perhaps your products settings are not correct.
Forum: Plugins
In reply to: [WooCommerce] error message "No products found which match your selection."@Silarose – I would suggest you switch to default 2012 theme and then go to permalinks settings and save twice. Re-test…