addesigns on "[Plugin: WooCommerce - excelling eCommerce] Checkout button not...
I have no idea how to customize my primary themes so that it is at least mobile-responsive. What themes have you used that work well? Also, Mobile Pack comes with its own themes, I believe.
View Articlecitynode on "[Plugin: WooCommerce - excelling eCommerce] Checkout button not...
Right, the themes that come with mobile pack are probably the culprit here: if you can't specify your own alternate mobile theme (I haven't investigated enough to know that) then there is one source of...
View Articlelilyhoop on "[Plugin: WooCommerce - excelling eCommerce] No products found...
I am also having this issue.
View ArticleDcone on "[Plugin: WooCommerce - excelling eCommerce] Custom loop using...
I was able to solve my problem using the following: <?php $args = array( 'post_type' => 'product', 'posts_per_page' => -1, 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy'...
View Articlemariaarty on "[Plugin: WooCommerce - excelling eCommerce] No products found...
i updated my theme and it worked with me, i think it is a theme issue not the pluggin
View ArticleDerek Allen on "[Plugin: WooCommerce - excelling eCommerce] Remove Add to...
Hi, I did what you said and it worked but when you click on the product and go into it on the right It has a add to cart button as well. Is there perhaps a script get get rid of this to.
View Article_WHAT_ on "[Plugin: WooCommerce - excelling eCommerce] Change the look of...
I have a page setup where I use the short code to show the different Categories I have. http://juulsfadol.serv10.powerhosting.dk/?page_id=249 The images are prette big and the page not easy to use. How...
View Articletiwelle on "[Plugin: WooCommerce - excelling eCommerce] Get tags and query...
Hello, I've been pulling my hair out for now 3 hours without finding any solution. I'm trying to query posts with same tag as my product tag. I can echo my tag before my query (see first line of code),...
View Articledavidnyc31 on "[Plugin: WooCommerce - excelling eCommerce] Shipping Labels...
I would pay for this as well I have seen it with other carts so should not be so hard to build
View Articleapcgallery on "[Plugin: WooCommerce - excelling eCommerce] Remove "From:...
Hello, I've browsed around, and the closest solution I could find was a topic where the user wanted to remove "from" out of their product page. Here's the link I want to remove the entire graphic. (and...
View ArticleDylan85 on "[Plugin: WooCommerce - excelling eCommerce] Woocommerce Pages...
I am having issues with the checkout page of my site, nothing will load on that page upon checkout. I am wondering the structure of all of the pages in the woocommerce plugin pages tab. Should all of...
View Articleonix33 on "[Plugin: WooCommerce - excelling eCommerce] Ad to cart Redirecting"
I have an issue, i installed woocomerce in a subdomain but when i click the ad to cart buton its redirecting me to my domain page and get a error Page Not Found (Error 404) some one know how to solve...
View Articlesisqonrw on "[Plugin: WooCommerce - excelling eCommerce] set invoice and...
Hi, can i set the invoice and delivery note number in woocommerce shop? how can i set it? http://wordpress.org/extend/plugins/woocommerce/
View Articlelorah on "[Plugin: WooCommerce - excelling eCommerce] cloning shipping method...
Hi does anybody know how to go about cloning a shipping method? I have 3 groups of countries with different shipping prices. So far woo commerce's flat rate method suits my needs but I cannot set up...
View ArticleGreerTechnologies on "[Plugin: WooCommerce - excelling eCommerce] Having a...
Like how there is normally a selection for color or size I just want to have an empty input box for the customer to fill out that gets submitted with the order. Anyone know how to do this?...
View Articlejameskoster on "[Plugin: WooCommerce - excelling eCommerce] Category thumbnail"
Please try the following in your functions.php file. add_action( 'woocommerce_archive_description', 'woocommerce_category_image', 2 ); function woocommerce_category_image() { if ( is_product_category()...
View Articlehorseforce on "[Plugin: WooCommerce - excelling eCommerce] Shipping...
I tried clicking to send the shipping address to paypal but then it calculates and adds on additional shipping.
View Articlejameskoster on "[Plugin: WooCommerce - excelling eCommerce] Woocommerce Pages...
No, they should not be children. They way the pages are configured upon install is the correct way :-)
View Articlejameskoster on "[Plugin: WooCommerce - excelling eCommerce] General Layout...
The theme you're using (Mystile) has been tested in IE8+. If you're looking in anything less than that you might see issues.
View Article