IgniteWoo Team
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Can I give away a free download with a paid product?Yes it is. Set the product to downloadable and attach the PDF file to the product. When payment is made and the order is set to Processing or Completed then the customer will receive an email with a link to download the PDF.
Forum: Plugins
In reply to: [WooCommerce] SKU PermalinkYour approach is great if you don’t have loads of products. Glad you found an easy fix.
Forum: Plugins
In reply to: [WooCommerce] Always display Add To Cart button without animationIt’s animated via jQuery, so you’d have to somehow unhook the jQuery. Easiest way is probably to rename the HTML element IDs / classes, and adjust CSS to match the new names.
Forum: Plugins
In reply to: [WooCommerce] Downloads are pending after paymentIt could be due to any number of issues. We haven’t had to debug this ourselves yet, so we don’t have a recommendation for you.
Have you filed a support request at WooThemes or filed an issue in the GitHub issue tracker for WooCommerce?
Forum: Plugins
In reply to: [WooCommerce] Woo commerce not working with IE10If we’re lucky possession and/or use of IE will become against the law in all civilized nations. π What a piece of junk.
Forum: Plugins
In reply to: [WooCommerce] Custom product fieldEasiest way is to the use the Product Add-ons plugin available at WooThemes. Cheaper than hiring a developer to code it for you π
Forum: Plugins
In reply to: [WooCommerce] User RolesWooCommerce does not edit or delete default roles in WordPress. It does however add 2 new roles: Customer, and Shop Manager.
Forum: Plugins
In reply to: [WooCommerce] Process payment information without processing paymentNot by itself, no. You’d need a customized payment gateway built for your needs.
Forum: Plugins
In reply to: [WooCommerce] SKU PermalinkIt looks to me like you’d need some custom rewrite rules for your site, in which case a developer could create that code for you.
Forum: Plugins
In reply to: WooCommerce Smart Coupons vs WooCommerce Gift Certificates Pro@johnsamwallace: any questions, just use the Contact page on our Web site to reach us via email or phone π
Forum: Plugins
In reply to: [WooCommerce] Problem with images! Real headacheYou may also need to adjust your theme CSS so that it doesn’t forcible increase image size when presenting images on the screen. So for example, maybe the actual image is 350 x 350, but CSS sets the width and height to 400 x 400, in which case it will look somewhat blurry in many cases.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce confusionPayPal offers the ability to accept credit cards through any of their account types. Not sure who else might be available in the UK.
Forum: Plugins
In reply to: [WooCommerce] My Account Registration & Login No Error NotificationHave you compared the WooCommerce templates for My Account aspects to the same templates in your theme? Or does your theme rely on WooCommerce for those?
Forum: Plugins
In reply to: [WooCommerce] Coupon questionOn the cart page and checkout page there should be an area to enter a coupon code, or click to have a coupon field appear so that a code can be entered. If you’re not seeing that then you need to adjust your theme templates.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce issues – shopping cart, checkout – buttons missingIf you’re on a shared hosting account then it might be that your account is getting too much traffic, or the host is experiences problems with the server. Ask them have a look.