Patrick Rauland
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to show shipping classes on the product page?That would be much harder. Products don’t typically have a shipping cost. You would actually have to run the get shipping methods and figure out what shipping would cost for that product. It would be pretty tricky depending on how you have your shipping costs set up.
Hey David,
Thanks for your feedback. Unfortunately, with Contact Form 7 I don’t thinks it’s possible to. Work around this issue. I appreciate the feedback and if we continue to. Have problems I’ll try to take another look to see if it’s possible.
Hi johanstroom,
This was recently fixed on Github. Make sure you update to the latest version when it’s released. π
Hi johanstroom,
This was recently fixed on Github. Make sure you update to the latest version when it’s released. π
Hi csweths,
Unfortunately you would have to build your own JotForm app to do this. Right now this plugin is just pulling in an iFrame so it can’t interact with the data at all.
Hi rob69 & Agence_Appaloosa,
Glad you guys found a solution! This is a limitation of Contact Form 7 at the moment. If there’s a lot of people that end up using this plugin then we will have to investigate alternate solutions (if they exist).
@bobtoner – please don’t thread hijack. It makes it very hard to follow issues. If you open a new thread that would be the best place to ask a question like that. π
Forum: Plugins
In reply to: [Mailpoet - Contact Form 7 Integration] Plugin ErrorHi Mrityunjoydas,
Yes – it looks like there was a deployment error. The code is fine on GitHub and then during the deployment process a certain folder is being duplicated. For now if you manually go to the plugin page and activate it it should work.
You can also follow the issue here:
https://github.com/BFTrick/mailpoet-contact-form-7/issues/9Forum: Plugins
In reply to: [WooCommerce] WooCommerce – Hiding free shipping from certain productsHey @palexandra glad you found that info on my blog – and glad it’s helping. π
Forum: Plugins
In reply to: [WooCommerce] admin-ajax.php slow server response time@coen – any other ideas why might be making the admin-ajax take a while to load?
Forum: Plugins
In reply to: [WooCommerce Mark Orders as Complete] Multisite?Hi Jeff,
I’m not entirely sure as I don’t do much work with multisite. Have you tried network enabling it?
Forum: Plugins
In reply to: WooCommerce Layered Navigation ProblemHey guys,
This will be fixed in version 2.0.14 which should be out in the next couple days.
Forum: Plugins
In reply to: [WooCommerce] How to show shipping classes on the product page?Hi guys,
You should be able to add something like this to one of your templates:
Shipping Class: <?php echo $product->get_shipping_class(); ?>Forum: Plugins
In reply to: [SEO Ultimate] Conflict with Stripe plugin for WooCommerceMische you beat me to it!
Devs, the WooThemes ticket # is: 83077
Forum: Plugins
In reply to: [WooCommerce] jQuery error – has not method simplePlaceholderHi Mat,
Just as an FYI I submitted a pull request to fix this: https://github.com/woothemes/woocommerce/pull/3586
Hopefully they’ll pull it in. π
Forum: Plugins
In reply to: [Keyring] GitHub repo?Hi Beau,
I would also love to see the repo up on GitHub. There are a couple of tutorials out there to automatically push any GitHub changes to an SVN repo.
Would love to contribute. π