Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] "Lost Password?" error from "My Account" page.If I had to take a guess, I would say something to do with your SSL on that page.
Forum: Plugins
In reply to: [WooCommerce] Best way to create a woocommerce featured products sliderWell again, if the solutions out in the market are not working for you, then the best bet is to have one custom built for you.
Forum: Plugins
In reply to: [WooCommerce] woocommerce add to cart does not show upIf there is no sub-folder named woocommerce, follow the steps here -> http://docs.woothemes.com/document/third-party-custom-theme-compatibility/
If there is, then copy that folder out to a safe place, delete it from your theme folder. Re-test. Dont’ worry about if the design/layout looks off, just see if the function is working…
If it now works with your theme, then that means the template files inside the woocommerce folder is out of date and most likely are pre 2.0 files which you need to update from the current woocommerce template files.
Forum: Plugins
In reply to: [WooCommerce] woocommerce add to cart does not show upEvery theme is different and there is no way for me to know what is wrong with your setup. I am merely trying to help figure out what is causing it which is a step towards fixing your issue.
If you look inside your theme folder, do you see a sub-folder named woocommerce?
Forum: Plugins
In reply to: [WooCommerce] woocommerce add to cart does not show upYou misunderstood. I didn’t ask you to switch to 2012 and use that theme. I ask for you to test that theme so we know if it is indeed your theme causing the issue. It was only for a test.
So now that we know it is your theme issue. Is your theme made for WooCommerce? And if so, does it support WC 2.0+?
Forum: Plugins
In reply to: [WooCommerce] Best way to create a woocommerce featured products sliderYes there are custom post type sliders out there. This means you can set the sliders to pull from a post type or from a particular category from your products and it will pull in the featured image of the product, title and link…
But if you really need for it to be specific for products and specifically for WooCommerce, that exist as well. As far as how well they work, I can’t tell you. But if you’re already on codecanyon, you should see a couple of them. If those are not to your liking then I am afraid it has to be custom built.
Forum: Plugins
In reply to: [WooCommerce] Best way to create a woocommerce featured products sliderThere are already plugins out there that does this which you can search for.
In addition, you don’t really need a slider that specifically works with products. You can actually use any normal sliders and just load an image of your product and it will already have link inputs for you so you can link it to your products when clicked.
Forum: Plugins
In reply to: [WooCommerce] logout shortcode not working.Are you sure?? I wasn’t even aware there were such shortcode for WC….
Forum: Plugins
In reply to: [WooCommerce] woocommerce add to cart does not show upSwitch your theme to 2012 and see if it works…
Forum: Plugins
In reply to: [WooCommerce] Check if a customer has bought a productBut they can always login as a new user and still purchase it…
Forum: Plugins
In reply to: [WooCommerce] Adding 'Free Shipping' image to WooCommerce shop pageYou can use action hooks to do what you want such as this one.
'woocommerce_before_shop_loop_item'Forum: Plugins
In reply to: [WooCommerce] WooCommerce capabilityYes you would need totally customized code to do what you asked. However I am seeing an issue with that logic. You said their member status will changed based on the amount of products they put in the cart. But what happens if you they don’t go through with it? So instead of how many they put in their cart, shouldn’t it be how many they have already purchased?
Forum: Plugins
In reply to: [WooCommerce] Prices are displaying as freeAre they variable products? If so, you must set the price on individual variation.
If they are not, then I would perform the default theme test where you switch to 2011/2012 default theme and see if this still happens.
Try manually ftping the WC plugin files to your site.
Forum: Plugins
In reply to: [WooCommerce] Is WooCommerce Responsive?Mostly it is the theme’s responsibility to make WC responsive because usually themes have an outer container around the pages..layout..etc…
However you’d be surprised that WC in default state is already pretty good in that department. Just needs a few adjustments here and there.