No content to show
User Activity
Thank You. Works for me!DISCOUNT_MIN7 = 'discount_min7'
DISCOUNT_MIN10 = 'discount_min10'
DISCOUNT_MIN20 = 'discount_min20'
MIN7_VALUE = 0
MIN10_VALUE = 0
MIN20_VALUE = 0
counts = Hash.new(0)
Input.cart.line_items.each do |line_item|
counts[li...
Hi. I have Shopify script for volume discounts (quantity >= 7 - 10%,...). The script checks the line item quantity. All works. But I've created product bundles and the same products in the cart with different properties are displayed as different lin...
04-14-2023
Hi. I need to create a product template where the buyer can select several options (main product) and add 2-3 accessories (one is required).After press the add to cart button and send all these products to the cart. Applications are not interesting. ...
Hi. Can I create flow for the Gift Cards so that customers can receive notifications emails with renewed balance after purchases?
no. I didn't find a solution. But despite the errors, the script works correctly and provides a discount. According to my observations, errors did not affect performance
11-07-2022
Hi. I have created shopify promo script that adds a free gift if you buy a certain product.The number of free gifts depends on the number of promotional items. The script contains such a condition Input.cart.line_items.each do |line_item|
...
Solution didn't work. I really hoped it would work. Maybe I didn't set it up correctly?My order with script message Thank You
Thanks! I'll test.
09-06-2022
Thank you.It is not entirely clear how I can use the wishlist app to create a draft order. My goal is to find a way to split a payment over $1000 into 2 parts for b2b clients.If the cart is more than $1,000, then an invoice is sent to the client's co...
Hi.Is it possible to add request order button in cart template for creating draft order with all cart line items?Or some apps, which allows customer draft order request…
In b2b store I want to make that company users can only buy authorized (approved for company) products.It would be possible to add the ids of allowed products to metafields .. but the company does not have metafields. Duplicating allowed ids into the...
Hi. I want to make payment for orders up to 1000 dollars -> Payment due when invoice is sent.Orders over $1,000 - split automatically into 2 orders.First - 1000 dollars (Payment due when invoice is sent).The second order is the remaining part of the ...
You can add in assets/base.css in the bottom .videoBackground {
height: auto!Important;
}or find css style in your video section and change it...
In Theme sections -> collection-template.liquid {% if collection.description != blank %}<div class="rte collection-description page-width">{{ collection.description }}</div>{% endif %}move down over</div>{% endpaginate %}