Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Productpage as HomepageYes it does…what shortcode are you using?
Forum: Plugins
In reply to: [WooCommerce] Productpage as HomepageOr…you can create a page and put the shortcode of the product on the page. That will generate the detail of that product. And set that as your frontpage per the settings I mentioned above.
Forum: Plugins
In reply to: [WooCommerce] Productpage as HomepageThe only way I can think of that may work is use htaccess file to redirect to your single products page on load…
Why do you want your homepage to show a single products page though? Do you only sell one item?
Forum: Plugins
In reply to: [WooCommerce] Productpage as HomepageWell when you say productpage, it usually mean shop page…You should have said single products page.
Forum: Plugins
In reply to: [WooCommerce] 'Add to cart" changed but not all across…….You need to start a new thread as your OP = “original post” ( everyone uses this acronym for original post ) is asking about changing the text of the add to cart button. Now it seems you want something else. So I suggest you close this thread and start a new one.
Forum: Plugins
In reply to: [WooCommerce] 'Add to cart" changed but not all across…Again, you put the code from your OP into your themes functions.php file. Do it twice, one for the OP filter and one for the filter I mentioned. You only need 2 filters but you can have one function. Both filters can reference the same function.
Forum: Plugins
In reply to: [WooCommerce] 'Add to cart" changed but not all across…Its the same thing what you did from your OP except you’re doing it again for the filter that I mentioned.
Forum: Plugins
In reply to: [WooCommerce] Productpage as HomepageBy default WC creates a page called “Shop”. That is the “catch all” products page.
So if you want to make that your homepage. You can simply go to your settings->reading and set your frontpage displays on “Shop” in the dropdown menu.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce shows wrong memory_limit valueYes that is possible. Your site has allocated 64M but WP is using 40M of that. So you can increase that by defining this in your wp_config file.
define('WP_MEMORY_LIMIT', '64M');Forum: Plugins
In reply to: [WooCommerce] Uncaught ReferenceError: woocommerce_params is not definedThat’s the only thing I can think of that is causing it. This is assuming you’ve already tried the compatibility test of turning off all plugins except WC and switching to default 2012 theme.
Forum: Plugins
In reply to: [WooCommerce] Uncaught ReferenceError: woocommerce_params is not definedIs cloudflare what is generating those “pagespeed” files?
Forum: Plugins
In reply to: [WooCommerce] Uncaught ReferenceError: woocommerce_params is not definedDo you have some sort of caching/pagespeed plugin? Turn that off and see if it fixes it.
Forum: Plugins
In reply to: [WooCommerce] How to make the price update when you raise the quantity?I don’t recall WC having this feature. You would probably have to custom build it via AJAX.
Forum: Plugins
In reply to: [WooCommerce] ul class="products" – populated from?content-product.php template.
Forum: Plugins
In reply to: [WooCommerce] Product Gallery changed behaviorMy statement before was assuming in your WC settings->General tab, your “enable lightbox” is turned on…
Is this so?