Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add to Cart Not Showing for GuestsDo you have some kind of “under construction” plugin? Even if you think it is off.
Forum: Plugins
In reply to: [WooCommerce] Unsupported themes – what's the worst that can happen?Nothing much…Just styling issues.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Attributes Not SavingGo to your WC -> system status and check if you have enough PHP memory.
From what I know this has nothing to do with WC. Paypal sets those limits. Have you talked to Paypal about this?
Forum: Plugins
In reply to: [WooCommerce] Remove breadcrumb from shop 'homepage'remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );In your theme’s functions.php
Forum: Plugins
In reply to: [WooCommerce] Woocommerce won't installNot sure why my post keeps getting deleted…
WooCommerce is a plugin not a theme so you need to use the plugin settings to install it.
Forum: Plugins
In reply to: [WooCommerce] Product Category not showing up in Edit MenuNot sure why my post keeps getting deleted….
Again, point your mouse to the top right of your screen and click on “screen options” when you’re in menus. All your cats are in there.
Forum: Plugins
In reply to: [WooCommerce] Product Category not showing up in Edit MenuPoint your mouse to the top right of your screen in menu and click on “screen options”…there you go.
Hmmm not sure if I am fully understanding you because by default a WordPress site is a site with blog and you can set it where there is only one link that points to the blog. Adding WooCommerce to the mix is no different. You still will retain that link to the blog. So I am confused what you’re really asking.
Forum: Plugins
In reply to: [WooCommerce] Changing Upsell TextThere are no filters for that text. You must use the PO to translate it as suggested by varktech.
Forum: Plugins
In reply to: [WooCommerce] Navegation MenuThis is not a WC issue. The menu system is a function of WordPress. Please post your question on WordPress support.
Forum: Plugins
In reply to: [WooCommerce] Connecting Paypal to Woocommerce not working??Make sure you’re not in sandbox mode. Got to your Paypal settings on your WooCommerce site and check. This is assuming you’re testing live.
Forum: Plugins
In reply to: [WooCommerce] main product image not showingYou’re in the wrong forum. This is for WooCommerce plugin, not WPEC plugin.
You need to go here -> http://wordpress.org/plugins/wp-e-commerce/
Forum: Plugins
In reply to: [WooCommerce] Can I use an email to mark my order completedNot that I know of however yes this can be done.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce single product as Home Page?One way is to create a page and put the product shortcode on the page and in your WP settings->reading, set the frontpage to the page you just created.