For example: the customer enters both addresses and selects the furniture he wants to move. Then the website gives the total price of the move from that data and the customer can pay for everything at the end of the form.
]]>Rikke
]]>I use the Members plugin to restrict the content of my site for subscribers and a few other roles. Will email subscribers work, if I update restricted posts / pages?
Regards
Rita
]]>For this, we need to have some mapping between the shipping methods to match the value within the third party system.
However, all the shipping methods seem to have the same method & instance ids?
For example, on my checkout I can select all of these flexible shipping options:
<select name=”shipping_method[0]” data-index=”0″ id=”shipping_method_0″ class=”shipping_method”>
<option value=”flexible_shipping_10_5″ selected=”selected”>UK 1st Class Signed For: £5.95</option>
<option value=”flexible_shipping_10_6″>UK Special Delivery: £7.50</option>
<option value=”flexible_shipping_10_7″>UK Special Delivery – Saturday: £12.50</option>
<option value=”flexible_shipping_10_10″>Collect from Ragdale Hall</option>
</select>
How do i get these individual ids / values with a PHP function? or whichever is the selected option on the checkout.
I’ve done this:
foreach($order->get_shipping_methods() as $shipping_item_obj) {}
But the two functions below don’t seem to be getting the IDS i want (the ones from the dropdown values)
$shipping_item_obj->get_method_id() always returns “flexible_shipping”
$shipping_item_obj->get_instance_id() always returns 10;
Thanks,
Kurt
https://www.ads-software.com/plugins/yikes-inc-easy-mailchimp-extender/
]]>At a very high 50k foot level, the DMSi’s Agilit software allows the client to add products to his current POS CMS by simply clicking “Active” in the product listing within the Agility software.
I am wondering if anyone has worked with this program before, and if not, any experience with integrating a 3rd party product inventory software of this magnitude with WooCommerce or any other e-commerce that would integrate with WordPress?
Thanks for your thoughts!
Jim Leeth
JLL Web Masters
https://www.ads-software.com/plugins/woocommerce/
]]>Any help would be appreciated.
Thanks…
https://www.ads-software.com/plugins/custom-contact-forms/
]]>I’m the developer behind Event Organiser, and I’m about to launch a Pro-add-on which, among other things, adds booking management. Part of that includes emailing notifications to admins, and receipts to bookees.
I wanted to know what I can do (if I need to do anything) to ensure that the plug-in works well with WP Email Template (+ Pro)? Event Organiser Pro itself uses wp_mail()
, but it also has its own template options – these essentially insert the body of the e-mail into one of a selection of pre-defined HTML templates.
I’m assuming your plug-in does something similar – so I wanted to check with you the best way of ensuring compatibility.
Thanks,
Stephen
(Just a heads up, your plug-in may be in breach of a couple of the repository guidelines ( 10 and arguably 5). )
https://www.ads-software.com/extend/plugins/wp-email-template/
]]>If there is not, would you be able to tell me which file/function actually handles that and I will hack my code directly into your plugin to handle that.
This would be a great feature for future versions, I have seen many systems simply call this Remote Ping. In which all it does it a cURL post to the url you specify with the post fields you specify. This is exactly what I need.
Thanks in advance to whomever may be able to help me out!
https://www.ads-software.com/extend/plugins/register-plus-redux/
]]>