Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Choose to wrap single product on product page
  • Add inbox, out-box messages for the postcard
  • Wrap products at checkout cart page

System Requirements

Your store should be running on Magento Community Edition version 2.0.0, 2.1.x, 2.2.x, 2.3

 

Main Features

Back End

  • Add gift wrapper products

We made a new product type named Gift Wrapper, so in order to add a new wrapper, admins only need to navigate to Products > Catalog > Gift Wrapper.

...

Configuration


Create gift wrapper

In Magento 2 backend, go to Gift Wrapper > Manage Gift Wrapper and click on Add New Gift Wrapper button > Wrapper

 

Image Added


In the wrapper settings, you can name the wrapper, add the description, image, quantity of the wrapper.

Stores: Set the store views that the wrapper can display.

Level:

Product - the wrapper is for single product, and will be displayed on the product page. You can set the fixed price only for the wrapper in this level.

 

Image Added


Cart - the wrapper is for the whole order, and will be displayed on cart page. You can set the dynamic pricing for the wrapper in this level.

Dynamic Pricing:

Attribute: The wrapper will be available, the price will be calculated based on the attribute settings.

Total - Total amount of the order. For example, the "Pinky wrapper" is available for order with the total amount of more than $100.

Weight - The weight of the order. For example, the "Pinky wrapper" is available for order with the total weight less than 10kg.

(warning) The weight unit will be based on the weight base unit of Magento settings.

Conditions: There are 3 conditions - greater, less, between - for the comparison

Amount: The amount must be real numbers >0. If the condition is between, the values must be separated with a comma (,).

 

Image AddedImage Removed



 

One more step to do here, we need to make the wrapper invisible from frontend and searching, so in the detail page of a product set the value of Visibility to Not Visible Individually as shown:

...