Laavanya
Excursionist
Contact Me
Status
Offline
Last Activity
‎12-30-2020 12:57 PM
Topic Started
3
Topics Started
Topic Solutions
1
Solution
Post Count
19
Posts
Post Kudos
3
Likes

Community Badges

Hey Guys, I was looking at making the slider full width in the Minimal theme (I really do like some of the features on the theme as compared to others). I looked around this community ...
Hey Guys, I would like the slider to have a sub header under the Header Text in my Minimal Theme. I've looked at another post that does something similar for the Brooklyn Theme. But I can't see ho...
Hello Team, I'd just like to clarify something in terms of Shopify's transaction fees. Let's say as a merchant,I'd like to use PayPay on my site. PayPal charges me 2% as transaction f...
No content to show

User Activity

Aaahhhh, I see it now. From your screenshot, it looks like this script has fired after you have completed your order i.e paid for it?And I am expecting it to fire prior to the payment i.e on the checkout page. (see attached image) If you see the orde...
Hello Kyle, So, I gave https://help.shopify.com/en/manual/orders/status-tracking/customize-order-status/order-status-javascript-asset a read and tried adding the script, but I see nothing happening. I am starting to wonder if I need the Plus Plan for...
@FreshNarrative  (Kyle) ...Thanks for that. It definitely does give me some direction. Going to muck around and see how I go. Thank you so much for all the help so far. Really appreciate it.
Hey @FreshNarrative. Thanks for getting back. I do dabble in code my self, but what files would I have to tinker with to make this change. I do not have access to the checkout page and I see no liquid file to handle the order summary. Please do let m...
Hey Guys, I am on Shopify's basic plan. Does anyone know if it's possible to add a CartWeight Field to the order summary page?Regards,Laavanya  
So for anyone who may be interested, I fixed this by adding this line of code to my _createLineItemList function.$(selectors.cartLineItemWeight,$item).html(((item.quantity * item.grams)/1000).toFixed(1) + " kg");  
@ChuckWatson ..my bad for not posting the javascript.So here goes...The _createLineItemList function creates each line item in the cart when the cart is created; and the cart is created whenever the cart page is loaded and whenever the cart is update...
Thanks for the help @ChuckWatson. But this solution will reload my cart, which can be slightly annoying to our users. What I had in mind was to tweak the script that changes the price per-line-item on quantity change to also change the weight per lin...
Hello All, I'd like to add a weight column to my cart page, such that it displays the total weight of each added item (i.e. item.quantity * item.grams).So far, i've achieved this using the code below  (which works fine too, when the page loads) <dd> ...
Hey Guys,I am new to JQuery and I am trying to understand how JQuery selectors work in particular. I am using the Debut theme for my website.In theme.js under the function _createLineItemList I see something like the code below (line #8 in code dump ...
This widget could not be displayed.
This widget could not be displayed.
Likes given to