Showing posts with label order. Show all posts
Showing posts with label order. Show all posts

Thursday, July 26, 2018

Super Forms - PayPal Add-on (Download)

Free Live Demo: Click here to try out this add-on for Super Forms!
Setup Guide: How it works and how to set it up




Plugin description



With this Add-on for Super Forms
you can create forms where users will be redirected to the PayPal’s checkout page.
From “subscriptions with trial period checkouts” to “simple one product checkouts” it’s all possible with this add-on for Super Forms.



This add-on is also compatible with both:
– Super Forms – Front-end Register & Login
– Super Forms – Front-end Posting
You will be able to charge users for registering and posting content




Because of it’s seamless integration with Super Forms your contact entries status will be updated after PayPal IPN has notified your website about a successfull payment.
Along with this a new Transaction will be created so a record of payments will be kept within your WP back-end.
Within the back-end you can also track current active/suspended/canceled subscriptions



Transactions listing:


Subscriptions listing:


Settings / Options:


Settings:


For all settings you can use {tags} to make your checkout even more dynamic

GENERAL SETTINGS:


  • Enable PayPal Sandbox mode (for testing purposes only)


  • PayPal merchant email (to receive payments)
    – Your PayPal ID or an email address associated with your PayPal account. Email addresses must be confirmed.

  • PayPal currency code


  • Select whether or not to prompt buyers for a shipping address.
    • Prompt for an address, but do not require one.

    • Do not prompt for an address.

    • Prompt for an address and require one.



  • PayPal payment method
    • Single product or service checkout

    • Donation checkout

    • Subscription checkout

    • Cart checkout (for multiple product checkout)


  • Enable custom return URL


  • PayPal return URL (when user successfully returns from paypal)
    – The URL to which PayPal posts information about the payment, in the form of Instant Payment Notification messages.


  • PayPal cancel URL (when payment is canceled by user)
    – User that cancels payment will be redirected to this URL

PRODUCT & DONATION CHECKOUT SETTINGS:



  • Item description (leave blank to let users enter a name)
    – Description of item. If you omit this variable, buyers enter their own name during checkout.


  • Item price (leave blank to let user enter their own price)
    – The price or amount of the product, service, or contribution, not including shipping, handling, or tax. If you omit this variable from Buy Now or Donate buttons, buyers enter their own amount at the time of payment.

SINGLE PRODUCT CHECKOUT SETTINGS:



  • Quantity (Number of items)
    – Note: The value for quantity must be a positive integer. Null, zero, or negative numbers are not allowed.


  • Weight of item (leave blank for none)
    – If profile-based shipping rates are configured with a basis of weight, the sum of weight values is used to calculate the shipping charges for the payment. A valid value is a decimal number with two significant digits to the right of the decimal point.


  • Item number (to track product or service)
    – Pass-through variable for you to track product or service purchased or the contribution made. The value you specify is passed back to you upon payment completion.


  • Discount amount (leave blank for no discount)
    – Discount amount associated with an item, which must be less than the selling price of the item.


  • Discount rate (leave blank for no discount)
    – Discount rate, as a percentage, associated with an item. Set to a value less than 100


  • Discount number
    – Number of additional quantities of the item to which the discount applies.


  • Shipping cost (applies to first item added to cart)
    – The cost of shipping this item.


  • Shipping cost 2 (applies to each additional item added to cart)
    – The cost of shipping each additional unit of this item.

SUBSCRIPTION CHECKOUT SETTINGS:



  • Subscription periods
    – Here you can setup the subscription price, time and periods


Put each period on a new line, seperate values by pipes, for example:
7 day trial for free: 0|7|D
After trial 3 weeks for 5 dollar: 5|3|W
After that $49.99 for each year: 49.99|1|Y
Time format options: D=days, W=weeks, M=months, Y=years



CART CHECKOUT SETTINGS:



  • Items to be added to cart
    – Here you can enter the items that need to be added to the cart after form submission
    You are allowed to use {tags}
    Put each item on a new line, seperate values by pipes
    Leave options blank that you do not wish to use, for example:

    To add 5 times a 3.49 dollar product write it like below:
    3.49|5|Flowers
    Below you can see a full example with {tags}:
    {price}|{quantity}|{item_name}|{tax}|{shipping}|{shipping2}|{discount_amount}|{discount_rate}
    For more information about each option read the PayPal’s Variable Reference



  • Cart tax
    – Cart-wide tax, overriding any individual item tax value


  • Cart weight
    – This value overrides the weight values of individual items. If profile-based shipping rates are configured with a basis of weight, PayPal uses this value to calculate the shipping charges for the payment.


  • Cart discount amount
    – Single discount amount charged cart-wide. It must be less than the selling price of all items combined in the cart.


  • Cart discount rate
    – Single Discount rate, as a percentage, to be charged cart-wide. Set to a value less than 100. The variable overrides any individual item discount rate


  • Cart handling fee
    – Single handling fee charged cart-wide.

ADVANCED SETTINGS:



  • Language for the billing information/log-in page
    – Sets the language for the billing information/log-in page only. Default is US.


  • Character set and character encoding for the billing information/log-in page
    – Sets the character set and character encoding for the billing information/log-in page on the PayPal website. In addition, this variable sets the same values for information that you send to PayPal in your HTML button code. Default is based on the language encoding settings in your account profile.


  • Handling charges
    – This variable is not quantity-specific. The same handling cost applies, regardless of the number of items on the order.

  • Allow buyers to specify the quantity


  • Select weight unit
    – The unit of measure if weight is specified.


  • Invoice number
    – Use to identify your invoice number for this purchase.


  • The area code for U.S. phone numbers, or the country code for phone numbers outside the U.S.
    – PayPal fills in the buyer’s home phone number automatically.


  • The three-digit prefix for U.S. phone numbers, or the entire phone number for phone numbers outside the U.S., excluding country code
    – PayPal fills in the buyer’s home phone number automatically.


  • The four-digit phone number for U.S. phone numbers
    – PayPal fills in the buyer’s home phone number automatically.


  • PayPal notify URL (only for developers!)
    – Used for IPN (Instant payment notifications) when payment is confirmed by paypal

  • Entry status after payment completed

ADDRESS PAYPAL SETTINGS:



  • Parse address to paypal based on form input data
    – Parse the entered address information to paypal. This will not override the PayPal member’s default address unless you enable the ‘Override’ option below.


  • Override the PayPal member’s stored address
    – The address specified with automatic fill-in variables overrides the PayPal member’s stored address. Buyers see the addresses that you pass in, but they cannot edit them. PayPal does not show addresses if they are invalid or omitted

  • First name

  • Last name

  • Email address

  • Street (1 of 2 fields)

  • Street (2 of 2 fields)

  • City

  • U.S. state

  • Postal code

  • Shipping and billing country

ADD-ON SETTINGS:



  • Front-end Posting Add-on: Post status after payment complete – Only used for Front-end posting (publish, future, draft, pending, private, trash, auto-draft)


  • Front-end Register & Login Add-on: Registered user login status after payment complete – Only used for Register & Login add-on (active, pending, blocked)

Compatibility


Super Forms v3.5+

Changelog




Mar 20, 2018 - Version 1.0.4
- Fix: With new super forms version make sure paypal sandbox is by default disabled, otherwise it thinks sandbox mode is enabled by default

Mar 13, 2018 - Version 1.0.3
- Fix: Bug with Cart Checkout in combination with dynamic column and with at least one static value in "Items to be added to cart"

Feb 15, 2018 - Version 1.0.2
- Fix: Allow settings to be empty for new Super Forms versions (values that can be left empty must not be overwritten by default value)

Jan 19, 2018 - Version 1.0.1
- Fix: When a user was created with Register & Login add-on, and later deleted PHP would throw error on txn page under "Created User".

Nov 30, 2017 - Version 1.0.0
- Initial release!


Price: $13
Sales: Total

Download Here

Wednesday, July 25, 2018

WooCommerce Order On Whatsapp (Download)

Most of customers have pre-purchase questions before buying products, Sometimes customers want to buy many products and would request a quote and ask for discounts.. and they need to get informed as soon as possible, That’s why we have created “WooCommerce Order On Whatsapp” it allows your customers to contact you and chat via Whatsapp directly from your WP/woocommerce products pages to the mobile..

Live Preview: Click Here.

For Support/Customization please email us to : gordoncodes@gmail.com






Price: $14
Sales: Total

43


Download Here

Woocommerce - Bitrix24 CRM - Integration (Download)




Documentation
Woocommerce Bitrix24 CRM Integration is a Bitrix24 integration plugin for WP that makes it really simple to send your Woocommerce orders directly to your Bitrix24 account. After the integration, created the orders are automatically added as lead or deal to the specified account in Bitrix24, together with additional data.

Features:


  • Integrate your `Woocommerce` orders with Bitrix24 CRM.

  • You can choice that your want to generate – lead or deal.

  • Creation of the deal, occurs together with the creation / binding of the contact and the company. (if their fields are filled).

  • Creation of notifications in Bitrix24 CRM when adding a lead and deal.

  • Fields are loaded from the CRM (including custom fields).

  • Sending data about the products in order to the lead and the deal.

  • Supports for sending order status changes.

  • Multiple deal pipeline support.

  • Bulk order sending capability.

  • Supports getting `utm` params from the `URL` (values are saved and sent automatically).

  • Image previews.

  • Super easy to set-up!

Important notes:


  • The plugin requires a minimum 5.4 PHP version.

  • The plugin requires a minimum 3.* `WooCommerce` version.


== Changelog ==

= 1.7.0 =
Feature: added the ability to log requests to CRM (disabled by default).

= 1.6.0 =
Feature: added new field `order_coupon_list`.
Feature: added new type `Deal + Contact` (without company).
Feature: supports send product attribute values by first product.
Feature: supports send voucher code `WooCommerce - PDF Vouchers`.
Feature: supports send vendor name `Dokan`.

= 1.5.1 =
Chore: added `user-agent` header to requests.

= 1.5.0 =
Feature: Populate the value of the `bitrix` list field from the checkout field.

= 1.4.1 =
Fixed: compatibility with `Booster for WooCommerce` custom checkout fields.

= 1.4.0 =
Feature: Bulk sending orders to CRM.

= 1.3.1 =
Fixed: compatibility with `WP Crowdfunding`.

= 1.3.0 =
Feature: Support for sending status changes.
Feature: Support for multi pipeline for the deal.

= 1.2.0 =
Feature: Support for cost of delivery.

= 1.1.0 =
Feature: Support for `utm` params in `URL`.

= 1.0.0 =
Initial public release



Price: $30
Sales: Total

34


Download Here

WooCommerce Cart Share and Save (Download)

WooCommerce Cart Share & Save
By WeCreativez














55% Off for a limited period – Offer end ( July 31, 2018 )


WooCommerce cart share and save extends the possibilities of WooCommerce by offering function where user can share and save cart and retrieve it any time. WooCommerce cart share and save will definitely increase your sales and promotions.
  • Fully Responsive

  • Fully Customizable

  • User can share and save cart

  • Restore cart anytime

  • Role based access

  • User friendly URL

  • Hundreds of Products added in 4s

  • Using own table

  • Products and coupons in shared cart

  • Light and super fast

  • And More…

Try Demo Before Purchase. Click here


Change Log:



Version 1.1.1 - May 21, 2018
- Fixed: Display by Role issue.

Version 1.1 - May 11, 2018
- Added: Role based access.
- Enable/ Disbale share media

Version 1.0.1 - May 11, 2018
- Fixed facebook share.

Version 1.0 - Feb 12, 2018
- Initial realise.


Price: $26
Sales: Total

23


Download Here

Tuesday, July 24, 2018

Woocommerce - amoCRM - Integration | Woocommerce - amoCRM - Интеграция (Download)

Woocommerce amoCRM Integration is a amoCRM integration plugin for WP that makes it really simple to send your Woocommerce orders directly to your amoCRM account. After the integration, created the orders are automatically added as lead to the specified account in amoCRM, together with additional data.




Features:


  • Integrate your `Woocommerce` orders with amoCRM.

  • Integrate your `Woocommerce` customers with amoCRM.

  • Creation of the lead, occurs together with the creation / binding of the contact. (if their fields are filled).

  • Custom fields are loaded from the CRM.

  • Sending data about the products in order to the lead (in note).

  • Supports for sending order status changes.

  • Supports for getting order status changes from CRM (via webhook amoCRM).

  • Supports for `utm` params in `URL` to use.

  • Supports for `roistat_visit` cookie to use.

  • Supports for `GA Client ID` cookie to use.

  • Multiple pipeline support.

  • Bulk order sending capability.

  • Image previews.

  • Super easy to set-up!

Important notes:


  • The plugin requires a minimum 5.4 PHP version.

  • The plugin requires a minimum 3.* `WooCommerce` version.
  • .

== Changelog ==

= 1.6.0 =
Feature: Bulk sending orders to CRM.

= 1.5.0 =
Feature: Getting lead status changes from CRM (via webhook amoCRM).

= 1.4.1 =
Feature: Support for `GA Client ID`.
Fixed: compatibility with `Booster for WooCommerce` custom checkout fields.
Fixed: compatibility with `WP Crowdfunding`.

= 1.4.0 =
Feature: Updating the data in an existing contact.
Feature: Create / update a contact when user registering / updates profile information.

= 1.3.0 =
Feature: The name of the deal can be specified by a template.
Feature: Added new tags - [order_number] [first_product_title] [payment_method_title].

= 1.2.0 =
Feature: Support for sending status changes.

= 1.1.0 =
Feature: Support sending cookie `roistat_visit` to CRM.

= 1.0.0 =
Initial public release



Price: $30
Sales: Total

20


Download Here

Woocommerce - Pipedrive CRM - Integration (Download)

Woocommerce Pipedrive CRM Integration is a Pipedrive CRM integration plugin for WP that makes it really simple to send your Woocommerce orders directly to your Pipedrive CRM account. After the integration, created the orders are automatically added as deal to the specified account in Pipedrive CRM, together with additional data.




Features:


  • Integrate your `Woocommerce` orders with Pipedrive CRM.

  • When creating a deal, a person and an organization are created (or used existing if there is) and connected to it.

  • Fields are loaded from the CRM (including custom fields).

  • Sending data about the products in order to the deal (in note).

  • Supports for sending order status changes.

  • Supports for `utm` params in `URL` to use.

  • Multiple pipeline support.

  • Image previews.

  • Super easy to set-up!

Important notes:


  • The plugin requires a minimum 5.4 PHP version.

  • The plugin requires a minimum 3.* `WooCommerce` version.
  • .

== Changelog ==

= 1.0.0 =
Initial public release



Price: $30
Sales: Total

4


Download Here

Monday, July 23, 2018

WooCommerce Order On Whatsapp for Multi Vendor (Download)

Most of customers have pre-purchase questions before buying products, Sometimes customers want to buy many products and would request a quote and ask for discounts.. and they need to get informed as soon as possible, That’s why we have created “WooCommerce Order On Whatsapp” for Multi-Vendor , it allows your customers to contact your vendors and chat with them via Whatsapp directly from your WP/woocommerce products pages to their mobiles..

Live Preview: Click Here.

For Support/Customization please email us to : gordoncodes@gmail.com






Price: $14
Sales: Total

9


Download Here

WooCommerce Quick Order (Download)

Increase Sales Faster


Do you have customers who know what they want to purchase? Our WooCommerce Quick Order Plugin might help you with this. With our plugin your users can search by SKU or Name for products and buy them all in once. Furthermore you can create dynamic Quick Order Tables for all your products to make purchasing faster.

Quick Order Features






Compatibility


  • WooCommerce 3.4+

  • WP 3.8.1+

  • PHP 5.6+

  • Multilingual Support

Required


  • WooCommerce 3+

  • WP 3.8.1+

  • PHP 5.6+

  • Redux Framework

Changelog



======
1.0.2
======
- NEW: Added Quantity Field

======
1.0.1
======
- NEW: You can copy paste SKUs into Search field
- FIX: Add all to Cart not working
- FIX: Multiple notices

======
1.0.0
======
- Inital release


Price: $10
Sales: Total

Download Here