Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from LJeremy/shipping-readme-typo
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
LJeremy authored Feb 22, 2019
2 parents a144b47 + e8ff53e commit facf512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shipping/Free shipping for certain products/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Want to offer free shipping, but only on certain products? This script will cond

Products that have certain tags are given free shipping at checkout (_all_ products in the cart must have the associated tag in order to qualify for free shipping). The default script uses the product tag `freeship`. You can use the default product tag, or change this on line 1 of the script and then tag your products appropriately.

Secdonly, this script by default includes a country selector to only offer the free shipping within the United States, using the country code selector. You can:
Secondly, this script by default includes a country selector to only offer the free shipping within the United States, using the country code selector. You can:
- Change the country code selector to your own preferred countries using [ISO country code standards](https://en.wikipedia.org/wiki/ISO_3166-1)
- Remove the country variable entirely so that products per the eligible product tags are given free shipping _everywhere_. To do this remove the preceding `if Input.cart.shipping_address.country_code == 'US' && ` on line 3.

0 comments on commit facf512

Please sign in to comment.