Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Using Woocommerce.css in Different Child Theme FolderTurn off WC styles in the WC settings. Then copy the CSS from the WC plugin and then paste that into your active theme’s stylesheet.
WooCommerce does not have a function by that name…
Forum: Plugins
In reply to: [WooCommerce] Disclaimer text on checkoutWhy not just turn this on in the settings? If you go to your WC settings->pages tab you can see a dropdown for Terms Page ID…Just set a page for that and the terms condition will appear in your checkout…
Forum: Plugins
In reply to: [WooCommerce] Add to Cart Missing for Product VariationsA work around should not be needed as it works fine out of the box. Trans4: are you sure you’re running the latest version of your theme?
Forum: Plugins
In reply to: [WooCommerce] Products per PageThe method mentioned above will affect your blog posts as well…
Forum: Plugins
In reply to: [WooCommerce] Products per PageThere is another setting but this isn’t really the proper place to set it as it is actually for the blog posts. But if you’re not using a blog on your site, it doesn’t matter.
If you go to settings->reading you will see an option of “Blog pages show at most” and you can try setting that to something else.
Again that is a workaround. A proper WooCommerce compatible theme should not have to do it this way. This setting is ONLY suppose to be for blog posts.
Forum: Plugins
In reply to: [WooCommerce] Products per PageWell why not test their theory. Switch to 2012 default theme and put that snippet of code in the functions.php and see if it works…
Forum: Plugins
In reply to: [WooCommerce] Products per PageThen I suggest you ask your theme developer as different themes have their own ways of setting this…
Forum: Plugins
In reply to: [WooCommerce] Changing text for product add to cart errorUnfortunately not that I know of…If there isn’t a filter, you must use translation…
Forum: Plugins
In reply to: [WooCommerce] Changing text for product add to cart errorIf it is a core file, then you need to localize/translate it. The code snippet you provided does not have any hooks so you can’t hook into it.
Read here to learn to translate it -> http://codex.wordpress.org/Translating_WordPress
Forum: Plugins
In reply to: [WooCommerce] Changing text for product add to cart errorBased on that code snippet there are two ways. If the code is within a WooCommerce template, then you can simply copy that template to your theme’s woocommerce folder ( same structure as original ) and modify it there.
The other way is to localize it by using the PO/MO files and translate that text.
Forum: Plugins
In reply to: [WooCommerce] Products per PageForum: Plugins
In reply to: [WooCommerce] wp-admin dead after upgrade to 2.0.12This could be a number of reasons. One being you ran out of memory during the update. Check with your host how much PHP memory is allocated for your site.
In the meanwhile, use FTP and rename the woocommerce folder to something else like woocommercebak and login. This is to deactivate the plugin. Once you’re able to log in rename the folder back to the original and then use the FTP to upload the latest version of the plugin instead of auto updating.
Forum: Plugins
In reply to: [WooCommerce] 'Add to cart" changed but not all across…You keep both. One is for the add to cart text on single product page and the other is for the category add to cart text…
Forum: Plugins
In reply to: [WooCommerce] 'Add to cart" changed but not all across…Use this filter:
'add_to_cart_text'