Step by step instructions on how to add product fees to your Shopify products with Magical Product Fees
This article will walk you through how to install and setup the Magical Product Fees app on your Shopify Store.
App Install Instructions
Installing the app in Shopify is easy.
Click Install on the Magical Product Fees app listing.
App Setup Instructions
After completing the app installation, read the setup instructions to learn how to activate or deactivate the app embed block, add additional app blocks, create, edit, or delete a fee, and apply custom conditions to fees.
Initial App Setup
Setup Instructions
For assistance with setup, contact the Magical Apps team once the app is installed.
The guided setup process within the app ensures the first fee will be active in minutes, not hours. Open the app in within the Shopify store to view the detailed instructions for each of the following steps:
Create fee
To create your first fee when setting up Magical Product Fees:
- From your Shopify admin, go to Online Store > Apps.
- Select Magical Product Fees.
- Click Create fee.
- Enter a title for the fee.
- In the price section, choose one of the following:
- Select Percentage, and then enter a value.
- Select Fixed amount, and then enter a value.
- In the Fee type section, choose one of the following:
- Product
- Order
- If you’re creating a product fee, choose one of the following:
- Select All products to apply this fee to all products.
- Select Specific collections and check the appropriate collections to apply this fee to products in the selected collections.
- Select Specific products and check the appropriate products and/or variants to apply this fee to the selected products/variants.
- Select Custom conditions to and create a custom set of conditions to apply this fee to products matching those conditions.
- If you’re creating an order fee, choose one of the following:
- Select Subtotal to apply this fee to an orders subtotal
- Select Total to apply this fee to an orders total (only available on Growth plans)
- In the Rules section, choose one of the following:
- Select Every product to add this fee for every quantity of each matching product in the cart.
- Select Once per product to add this fee a maximum of one time for each matching product in the cart.
- Click Save.
Activate app embed block
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Customize.
- Click Theme settings.
- Click the App embeds tab.
- Beside Magical Fees, click the toggle to activate it.
Disable Dynamic checkout
App Setup Instruction Library
Activate Fees total app block
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Customize.
- Open the drop-down menu at the top of the page.
- Select Cart from the dropdown menu.
- Click the + Add block or + Add section button depending on where you want the fee total to appear.
- From the APPS section, click Fees total to add the block.
- Click Save to activate it.
Activate Associated fees app block
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Customize.
- Open the drop-down menu at the top of the page.
- Select Products, and then select the product template that you want to edit from the dropdown menu.
- Click the + Add block or + Add section button depending on where you want the fee total to appear.
- From the APPS section, click Associated fees to add the block.
- Click Save to activate it.
Enable Checkout UI extension (Growth Only)
- From your Shopify admin, go to Settings > Checkout.
- In the Configurations section, click Customize next to the checkout that you want to edit.
- Select the checkout page that you want to add an app to at the top menu bar.
- Click Add app.
- In the Apps available for this page section, click Magical Product Fees. The app is automatically placed in the recommended area of your checkout.
- Click the Magical Product Fees block.
- Under the Checkout behavior section enable Include app block in Shop Pay.
- Click Save.
Edit fee
- From your Shopify admin, go to Online Store > Apps.
- Select Magical Product Fees.
- Click Edit fee on the fee you would like to edit.
- Make any changes to the fee.
- Click Save.
Apply custom conditions
- Select whether products need to match all conditions or any condition to include this fee.
- Click Add condition.
- Use the drop-down lists to set the collection conditions.
- In the first drop-down list, select a condition type.
- In the second drop-down list, select how a product needs to match the condition to include this fee.
- Enter a condition value in the third field.
- If you want to add more than one condition, then click Add condition and repeat the steps.
- Click Save.
Delete fee
- From your Shopify admin, go to Online Store > Apps.
- Select Magical Product Fees.
- Click edit fee on the fee you would like to delete.
- Click Delete.
Deactivate the app embed block
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Customize.
- Click Theme settings.
- Click the App embeds tab.
- Beside Magical Product Fees, click the toggle to deactivate it.
Add Fees total to theme template
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Actions > Edit code.
- Under the Templates header, click into the cart.liquid file.
- Locate where you would like the Fees total to appear.
- Paste the following code block:
<fees-total></fees-total>
- Click Save.
Add Associated fees to theme template
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Actions > Edit code.
- Under the Templates header, click into the product.liquid file.
- Locate where you would like the Assoicated fees to appear.
- Paste the following code block:
<associated-fees></associated-fees>
- Click Save.
Translate or Customize Fee Message with the Theme Editor (Fees total or Associated fees app blocks)
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Customize.
- Open the drop-down menu at the top of the page.
- Depending on the message you’d like to customize, select Products (Associated fees app block) or Cart (Fees total app block), and then select the template that you want to edit from the dropdown menu.
- Click the name of block you want to edit.
- In the information field, input your translated or customized message. Use FEE_TITLE and FEE_PRICE to display the title and price of the fee. For example, on a product page: “This product requires FEE_TITLE. This FEE_PRICE fee will be added to your cart”. Or on the cart page “This cart includes products which require fees. Additional fees may apply at checkout.”
- Click Save to publish the change.
Translate or Customize Fee “Associated fees” app block message in theme template
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Actions > Edit code.
- Under the Templates header, click into the product.liquid file.
- Locate where you would like the Assoicated fees to appear.
- Paste the following code block:
<associated-fees data-information="This product requires FEE_TITLE. This FEE_PRICE fee will be added to your cart."></associated-fees>
- Customize or translate the text in between the ” marks. Do not customize “FEE_TITLE” or “FEE_PRICE”. These are variables that will display the title and price of the fee.
- Click Save.
Translate or Customize Fee “Fees total” app block message in theme template
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Actions > Edit code.
- Under the Templates header, click into the product.liquid file.
- Locate where you would like the Assoicated fees to appear.
- Paste the following code block:
<fees-total data-information="This cart includes products which require fees of FEES_TOTAL."></fees-total>
- Customize or translate the text in between the ” marks.
- Click Save.
Apply fees in Shopify POS
To apply fees to an order you must add the Magical fees tile to your home screen. Once this is added it will apply fees automatically when you add products to your cart.
- On the home screen of the Shopify POS app, tap Add tile within the grid.
- Tap App.
- Tap Magical fees.
- Tap Add beside Magical fees.
- Tap Save.
Apply fees in Shopify POS using Block fees
To apply fees to an order you must add the Apply fees tile to your home screen. After all the products are added to your cart press the tile to apply fees.
- On the home screen of the Shopify POS app, tap Add tile within the grid.
- Tap App.
- Tap Apply fees
- Tap Add beside Apply fees.
- Tap Save.
Removed Accelerated Checkout from Cart
For Dawn:
- Go to Online Store -> Themes
- Click the three dots beside “Customize”
- Click Edit code
- Go to Sections -> main-cart-footer.liquid
- Remove below code
- Save
{% if additional_checkout_buttons %}
<div class="additional-checkout-buttons">
{{ content_for_additional_checkout_buttons }}
</div>
{% endif %}
Adding images to fees
- From your Shopify Admin, click on Products.
- At the top of your products list on the right-hand side, click the magnifying glass.
- Enter the name of the fee you want to add an image to. This would be the same title you used when creating the fee in the app. E.g. “Delivery Fee”
- Under the Media section, click Upload New if you’re uploading a new image, or Select Existing if you’re choosing an image from your existing library.
- Click Save in the bottom right-hand corner.
Troubleshooting
Read possible solutions to common issues merchants encounter when using the Magical Product Fees app.
I am not seeing the expected fees when I add a product to the cart
- Check to ensure that there are fees listed on the Fees page of the app.
- Check to ensure that the app embed block is enabled.
- If the fee applies to custom conditions, check to ensure that the Products must match option on the fee is not set to all conditions when you meant to match any condition.
- If the fee applies to custom conditions, double check that the product matches the conditions set on the fee. Please note that all values are case sensitive. Some common discrepancies may be:
- The Product Type condition on the fee does not match the product type set on the product.
- The Option Name condition on the fee does not exist on the product.
- The Option Value condition on the fee is not the option chosen when adding the product to the cart.
- Try uninstalling any unnecessary additional apps installed on your store. Magical Product Fees has known conflicts with other Shopify apps, particularly apps which interact with the cart or checkout. This includes, but is not limited to bundle apps, other fee apps, and upsell apps.
I am not seeing a preview of the fee in the theme editor
The only place where a fee will be visible on your online store is in the cart after you have added a matching product to the cart. You can view a fee in the cart before saving and publishing changes in the theme editor by navigating to a matching product using the search bar and adding that product to your cart. If you are still not seeing a fee in the cart, check the following:
- Enable the app embed block before adding the product to the cart.
- Refer to the “I am not seeing the expected fees when I add a product to the cart” troubleshooting item to ensure that the fee is matching your product correctly.
I see a fee called order fees on the front-end of the online store
The fees created with Magical Product Fees are created as Shopify products. This is why they may appear on the front-end of your online store.
Fee products are designed to not appear in search results, but may appear in product listing pages. One possible solution to hide it from product listing pages is to create a new collection that includes all products except for products with the “product type” of “fee placeholder”. Then, link to that instead of an “all products” collection.
- From your Shopify admin, go to Products > Collections.
- Click Create Collection.
- Name the Collection.
- Under Collection type, ensure Automated is selected.
- Under Conditions, click the dropdown on the left and select “Product type”
- In the second dropdown, select “is not equal to”.
- In the third input field, type and select Fee.
- Click Save.
- Add the link to the Collection anywhere you previously linked to a Collection that showed the fee products on your online store.
My fees have taxes applied to them. How can I stop this?
- In the Shopify admin, navigate to Products.
- Search for the name of the Fee or filter your product list to show only products with the Product Type “Fee”.
- Open the applicable Fee product.
- Under Pricing uncheck “Charge tax on this product”.
- Click Save.
Fees are normally charged on my online store, but a small percentage are not charged on orders that they should have been
Under any normal circumstances fees are always attached to the appropriate products if the app was previously configured and tested successfully on your online store.
However, there are outlier instances that may cause fees to not be applied to a small percentage of your orders.
For instance, customers who may have some web development skills may be able to find ways to ‘hack’ the site and force their way to the cart and checkout without the fees attached.
Because of instances like this, it’s impossible to ensure that 100% of fees get added in all circumstances. And there is no way to tell with certainty whether an order without fees that should have them is due to malicious intent from an individual similar to the one described above, or a legitimate glitch from an honest customer.
If the fee normally is charged on your site under normal circumstances, and you are using the Associated fees and/or Fees total app blocks to display the fees on the product and/or cart pages, all customers would see the fees, and know the rules prior to getting to checkout.
Anyone who attempts to circumvent this would then be in violation of your store’s requirements and policies. We would recommend in these cases to cancel the customer’s order and ask them to order again.
If the issue persists, try inquiring with the customer about what they see while checking out. If you cannot resolve the issue directly with the customer, please feel free to reach out to our team and we would be happy to investigate what the cause may be.
Frequently Asked Questions
Discover answers to common questions about the Magical Product Fees app for Shopify.
Magical Product Fees
The Magical Product Fees app is a fast and easy way to build, customize, and attach fees to products or entire orders.