IgniteWoo Team
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Protect a product by passwordOh right, apologies. This is probably a theme issue. If you check it in a stock theme you’ll see a password form if a product has a password. At least that’s what I see when I test with TwentyEleven or WooThemes Canvas.
Forum: Plugins
In reply to: [WooCommerce] Is it possible to funnel % of payment to multiple accountsNo offense intended here: But apparently you are not familiar with the PayPal Standard API otherwise you’d know that you cannot do a split payment with the stock PayPal Standard gateway and typical PayPal Standard account.
So again, as I said previously it does depend on which payment processing is being used. Not trying to be argumentative, just trying to provide an accurate answer.
Forum: Plugins
In reply to: [WooCommerce] Is it possible to funnel % of payment to multiple accountsWith PayPal Standard the shopper gets redirected to PayPal to make payment, then directed back after paying. Thus, you have a hard time making that happen twice.
Forum: Plugins
In reply to: [WooCommerce] Is it possible to funnel % of payment to multiple accounts@splashingpixels: Again, it depends on the payment gateway in use. For example, how will you pull that off using PayPal Standard? The quick answer is that you won’t.
Forum: Plugins
In reply to: [WooCommerce] Subscription CreationWith the Subscription plugin available at WooThemes a shopper can only buy one subscription at a time. There are a few reasons why this is the case, not the least of which is because of how some payment processors handle payments.
Also have a look at the Product Addons plugin over at WooThemes.
It is possible but not without custom code. Your best bet is to hire a developer to build this solution for you.
Forum: Plugins
In reply to: [WooCommerce] How is this not an option??? COD extra feeJames, you can use local pickup for shipping and use something like the BACS or Check payment method for “Pay at Pickup” by simply modifying the titles in the gateway settings.
As for charging a fee for COD, that would be a custom modification since apparently the stock COD method doesn’t allow for fees.
Forum: Plugins
In reply to: [WooCommerce] Is it possible to funnel % of payment to multiple accountsDepends on the payment gateway you’re using. Some payment processor companies don’t allow that to happen. Others do.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Template TagsForum: Plugins
In reply to: [WooCommerce] More fields on registration pageI don’t have a link for you, and I don’t have the time to explain it step by step. But you can hire a competant WooCommerce developer to handle it. Sometimes ya gotta spend a little money to make a little money ??
Forum: Plugins
In reply to: [WooCommerce] Add Recent Product (Items) on PagesYou could do that in a number of different ways. Maybe the simplest is to use the “recent_products” shortcode. You can either put the shortcode in your home page, if you have the page listed under Pages in the WordPress admin area. And if not you can edit your home page template file and call the shortcode directly like this:
<?php echo do_shortcode( 'recent_products' ); ?>
Forum: Plugins
In reply to: [WooCommerce] Protect a product by passwordYes. When editing a product look in the right sidebar for the Publish box. In there click “edit” next to Visibility.
Forum: Plugins
In reply to: [WooCommerce] can not add a product pictureSetting a featured image for a product works the same as setting featured image for a blog post. A simple Google search reveals this video: https://www.youtube.com/watch?v=J4b0PwMCVyk
Forum: Plugins
In reply to: [WooCommerce] could you make something like this using woocommerce ?Yes you can do that. You either need a theme that already has that layout style, or custom template code, or both.