A user is seeking help to restyle the gift wrapping option in Shopify’s Prestige theme. The main issues are:
Styling Problems:
The gift wrapping box is positioned too far left and not aligned with order notes or products
Need to change the box color
The user has shared their current code implementation
Responses & Solutions:
One responder requested the gift card link to investigate further
A vendor (Gist Applications) suggested using dedicated apps like Giftship for gift wrapping features or Gift Card Pro for digital gift cards, offering a Zoom call for assistance
Related Issues:
Another user reported difficulty getting the page to refresh automatically when gift wrapping is selected, so the cost appears in the total price
A third user mentioned experiencing similar problems across multiple product pages on their site (perledecoton.com)
Status: The discussion remains open with no definitive CSS/styling solution provided yet. The code snippet appears partially corrupted or reversed in the original post.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
I need some help, I have this code below for gift wrapping option in cart on prestige theme.
I want to find a way to change the style of this? The box is too far to the left and not inline with the order notes box or products. I would also like to change the colour of the box?
{% render 'gift-wrapping' %}
{% if linklists.gift-wrapping.links.size > 0 and linklists.gift-wrapping.links.first.type == ‘product_link’ %}
Need your jewelry gift wrapped?
Gift message (free and optional):
{{ cart.attributes.gift-note }}
{% assign id = linklists.gift-wrapping.links.first.object.variants.first.id %}
{% assign gift_wraps_in_cart = 0 %}
{% for item in cart.items %}
{% if item.id == id %}
{% assign gift_wraps_in_cart = item.quantity %}
{% endif %}
{% endfor %}
#updates_{{ id }} { display: none; }
{% else %}
You attempted to add a gift-wrapping script to your shopping cart, but it won't work because you don't have
a link list with handle gift-wrapping which, in turn, contains a link
to your gift-wrapping product. Please review the steps outlined
here.
We have a couple of Gift app options here that will get everything working out of the box, if you need to add a gift wrapping option (upsell or not), plus many more gifting features.
And if you are looking to sell digital gift cards with gifting and deliverability options, our other app Gift Card Pro helps automate that process: https://apps.shopify.com/gift-card-pro
Please let me know if you’d like to go over anything. I’d be happy to help and jump on a Zoom call at anytime.
I have inserted this on the shop notee.dk, where we use the Prestige theme. Sadly I can’t figure out how to get the page to refresh if the gift wrapping is selected.
Do you know how I can ensure that the page refreshes so the cost is included in the price?