playwright-mike
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎09-14-2022 05:44 PM
Topic Started
2
Topics Started
Topic Solutions
18
Solutions
Post Count
72
Posts
Post Kudos
33
Likes

Bio: Playwright lets you create Shopify Scripts without writing code. Try it for free at - https://playwrightapp.com

Community Badges

No content to show

User Activity

Hey, this is an interesting variation of the script template that Shopify provides. I've configured and generated a script for you. You can modify the tag from "FNP" to something else if needed at the bottom.  ########################################...
Hey @gerarddoyle, unfortunately Shopify Scripts does not support increasing the price of line items or shipping options. The documentation for that is here: https://help.shopify.com/en/manual/checkout-settings/script-editor/limitations#line-items Doe...
Hey @busyronin, responded to you in a private message.
@rockjuice2, no. This script will simply reject any and all discount codes when those products are in the cart. If you find you need to switch strategies, let me know!
Hi @juan_bw, this has more to do with the cart page than Shopify Scripts (which is focused on checkout).  However, a similar question and answer has been posted here: https://community.shopify.com/c/technical-q-a/display-compare-at-price-saving-on-th...
Hi @FirstMfg, I believe the Script Editor needs to run in order to check whether or not the cart is eligible. Scripts can contain conditionals like "does the cart contain a sale item?". The script needs to run in order to get to that line of code in ...
Hi @kathryn7, I've generated the following script for you. This example looks for a shipping rate called "This is the old name" and renames it to "This is the new name" when there is a cart item which has the line item property of "special_property" ...
Hey @Codesto1 , unfortunately you cannot use liquid code inside of a Shopify Script. Think of a Shopify Script as a special Ruby script which runs in a locked-down area and evaluates a restricted set of APIs before loading the steps of the checkout s...
Hey there, I've generated this script for you. It blocks all discount codes for the listed variant IDs and displays a message to the customer. You can further customize it toward the bottom. I'll also attach it as a .txt file just in case.  #########...
Hi @bmahk, can you do something like this somewhere in your script? # in a place where your "buy 2" discount is valid ... if cart.discount_code.code.downcase == "abc1234" cart.discount_code.reject({message: "You can't use that code with our buy 2 s...
We support this kind of thing using the Playwright app. I used it to quickly generate an example below. Hopefully that's a helpful starting point for you. If for some reason copying and pasting the script doesn't work, I've attached it as well. Let m...
Yes. You will need to wait until Shopify opens beta access again.
Hi Witmade,  I generated a script for you based on your request. It applies the tiered discount like normal, but it excludes the Route Insurance product from the discount (although it does still count toward total spend). However, that means that you...
Hey @RetailForThePpl, unfortunately it doesn't look like you can tell whether a customer is using a gift card as a form of payment. Someone else asked a similar question here. However, one of the following options may help:Add special tags to those c...
Hi ChaChing, if you let me know some examples of product tags, I can generate a script for you.
This widget could not be displayed.
This widget could not be displayed.