Purchase Order for Catablog – Add Catablog Support for Making Purchase Orders Plugin WordPress, Download, Install

Add Catablog Plugin Support for Making Purchase Orders

Purchase Order for Catablog – Add Catablog Support for Making Purchase Orders Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/purchase-orders-for-catablog/

How to Install Purchase Order for Catablog – Add Catablog Support for Making Purchase Orders Plugin, Manually

1) Copy the catablogordering folder to your wordpress plugin folder.

2) Activate the plugin and a new option will come up for settings.

3) Modify the Catablog STORE template form, and get ride of the action attribute of the form tag and add a hidden input named “cmd” with a “_cart” value.

<form method='post' >   <input type='hidden' name='cmd' value='_cart'> <!-- This tell plugin to add to cart -->   <input type='hidden' name='item_name' value='%TITLE-TEXT%'>   <input type='hidden' name='item_number' value='%PRODUCT-CODE%'>   <input type='hidden' name='amount' value='%PRICE%'>   <input type='hidden' name='quantity' value='1'>   <input type='hidden' name='add' value='1'>   <input type='submit' value='ADD TO CART'> </form> 

4) If you want additional data to be sent on the e-mail add form’s fields with “item_” prefix in the name attribute.

  <input type='text' name='item_weight'> 

Video

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *