citynode
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Flat rate handling/administration charge for virtual productsCan you solve this by calling the product a downloadable, but NOT ticking the box for “virtual product?” as far as I remember the only purpose of ticking the “virtual product” box is to eliminate shipping charges and to eliminate requiring a shipping address. You can offer free shipping for the product or set shipping cost to 0 with “Per Product Shipping” and end up with the right behavior.
PHP, Javascript or htaccess redirect seems like a reasonable move … but I think you can just use the (external) URL in the product definition, anyway… the field there says “File path/URL” [upload a file] so it seems that just a standard URL would work. Try it!
Forum: Plugins
In reply to: [WooCommerce] Smart Manager included?It would have been useful, if you never tried doing that.
Sorry for trying to help, it won’t happen again.
Woocommerce -> Settings -> Catalog -> Catalog Options
is the main place to control this. tubo, are you still having those problems? Are you building pages with shortcodes and “add new page” or something else? What theme are you using?
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce £ sign wrong side of priceWoocommerce -> Settings -> Catalog -> Pricing Options
Forum: Plugins
In reply to: [WooCommerce] Issue with Flat Rate Shipping CalculationsI think I was getting even less function out of “shipping classes” bases shipping than you were … I got the “Per Product Shipping” extension and it is working as desired, though I just got it in the past 2 days and haven’t tested it thoroughly.
Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart ButtonI can tell you one thing, the “add to cart” button shows up, but only after I select one or another of the tabs on the product page, and yes, right after I try to add it to my cart I get the “Please choose product options…” error message.
But, this seems to be your custom theme again, so I can’t say much more. I’d have to assume the problem is theme-related, since plenty of people are using the plugin without the same problem.
Forum: Plugins
In reply to: [WooCommerce] Dublicate productsNo. Not through the dashboard, but:
http://wcdocs.woothemes.com/apidocs/function-woocommerce_duplicate_product_action.html
That might lead you to something if you know how to use it. Otherwise, just drink more coffee.
Forum: Plugins
In reply to: [WooCommerce] Smart Manager included?You should have been trying to add it to your cart and then apply the discount code to find out.
Forum: Plugins
In reply to: [WooCommerce] Groupon type site?WooTickets generates emailed PDF tickets, that might be something you should look into.
It’s $50 for a one-year license.
Forum: Plugins
In reply to: [WooCommerce] bing analyticsYou’re using the WordPress SEO plugin by Yoast?
(Version 1.3.4.4 | By Joost de Valk | Visit plugin site)
Forum: Plugins
In reply to: [WooCommerce] checkout just redirects to blank pageCheck your dashboard settings under
Woocommerce -> Settings -> Pages -> Shop Pages and make sure everything points to a proper page.
Did you install the default Woocommerce pages, and not edit or delete them since?
How old is your Woocommerce installation?
Forum: Plugins
In reply to: [WooCommerce] Blurry ImagesI had trouble with that for a while too, but I think it was from too many settings being set, not having known that settings for image thumbnails are not all in one place, always, and lots of extra JPG compression artifacts plus awkward cropping .
so check:
Woocommerce -> Settings -> Catalog (at the bottom of that page, see Image Options)
and also check
Settings -> Media -> Image sizes
you might want a “Regenerate Thumbnails” plugin to make sure your old image thumbnails are confidently removed and replaced, that you activate every time you change your thumbnail/image settings and want to see the results right away.
in one of my current themes, Wootique, there are even more settings to check … for “Dynamic Image Resizing”
“There are two alternative methods of dynamically resizing the thumbnails in the theme,WP Post Thumbnail or TimThumb – Custom Settings panel. We recommend using WP Post Thumbnail option.”
As a last resort, you could look at your front end and make sure you know exactly how big your images are going to end up … and resize them all before uploading, so that no cropping or reduction/enlargement happens at all. I favor the automated process and getting all your settings known and straightened out though, to make your site more flexible and your site layout more potentially fluid.
Forum: Plugins
In reply to: [WooCommerce] Should I be using variations to accomplish this?Your example seems simpler than your described problem: the redwood mulch product has four grouped products, and allows you to select any quantity of any of the four, with free shipping for any and all of them.
You could emulate that very closely with a “Grouped Product” – Redwood 20 cu. ft. would be one product, Redwood 38 cu. ft. would be the second product, etc.
So, Woocommerce could very easily do just what your example does. A calculator is something else entirely, though.
Forum: Plugins
In reply to: [WooCommerce] How to add extra shipping and gift wrap into shipping optionsPerhaps treat the gift wrap as a product variation or product add-on, and not as a component of shipping?