Skip to product information
1 of 1
Published:2023.11.04

Example of settings to display a message informing customers that custom shipping rates are different from the standard shipping rates for products that have custom shipping rates set in addition to the basic shipping rates in Shopify

Example of settings to display a message informing customers that custom shipping rates are different from the standard shipping rates for products that have custom shipping rates set in addition to the basic shipping rates in Shopify

Applications

  • Product information management and editing
View full details

In Shopify, you can specify the shipping fee for each product, but there are times when you want to display that information on the product page. However, since you cannot directly retrieve the shipping profile information on the product details screen with code, you can mark it with a tag or something and use that as a trigger to switch the display of a message. Here is an example of that setting.


Example of settings to display a message for products that have custom shipping fees set in addition to the basic shipping fee, informing customers that the shipping fee is different from the standard shipping fee


[Setting method 1] Add a "tag" to indicate that you have set a custom shipping fee for the product


[Setup Method 2] Add the "Customized Liquid" block to the product information in the theme editor and insert the code


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Add the "Customized Liquid" block to your product information in the theme editor and insert the code.

Related Post