Solved

How to get this section on cart page. No app please.

Bhat
Visitor
2 0 0

USER_SCOPED_TEMP_DATA_orca-image-865122918.jpeg

Accepted Solutions (3)

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Hi @Bhat,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Hi @sumanbhat,

You are not the one who posted this question. So you can't tick the solution and let more people know it's solved.

For the purpose of community development and many people can find a solution with a similar case. You can make a new post and send me the link, I will resend the solution, then you tick solved so more people can find it.

Thank you and good luck.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

sumanbhat
Explorer
60 1 20

This is an accepted solution.

@LitExtension  ok i will do that. please help me to solve this problem, color selector,quantity and add to cart come in same row. please help me to make it in the column. please, please

.Screenshot (422).png

View solution in original post

Replies 8 (8)

LitExtension
Shopify Partner
4860 1001 1132

Hi @Bhat,

Please go to sections/cart-template.liquid file and add code Countdown Timer.

<p>checkout within the next <span style="color: #ff0000" id="countdown">10m 0s</span> minutes to avoid losing your order</p>

<script>
var minute = 9;
var sec = 59;
var x = setInterval(function() {
  document.getElementById("countdown").innerHTML = minute + "m " + sec + "s ";
  if (sec == 0) {
    minute--;
    sec = 60;
    if (minute <= 0) {
      clearInterval(x);
    }
  }
  sec--;
}, 1000);
</script>

Refer https://i.imgur.com/mPOrJqb.png

Hope it clear to you.

 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
sumanbhat
Explorer
60 1 20

@LitExtension  thank you it works but just want to know how can I make it to the centre please help.

thank you so much.

Screenshot (418).png

LitExtension
Shopify Partner
4860 1001 1132

Hi @sumanbhat,

Please change code:

<p>checkout within the next <span style="color: #ff0000" id="countdown">10m 0s</span> minutes to avoid losing your order</p>

=>

<p style="text-align: center;">checkout within the next <span style="color: #ff0000" id="countdown">10m 0s</span> minutes to avoid losing your order</p>

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Hi @sumanbhat,

You are not the one who posted this question. So you can't tick the solution and let more people know it's solved.

For the purpose of community development and many people can find a solution with a similar case. You can make a new post and send me the link, I will resend the solution, then you tick solved so more people can find it.

Thank you and good luck.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
sumanbhat
Explorer
60 1 20

This is an accepted solution.

@LitExtension  ok i will do that. please help me to solve this problem, color selector,quantity and add to cart come in same row. please help me to make it in the column. please, please

.Screenshot (422).png

LitExtension
Shopify Partner
4860 1001 1132

Hi @sumanbhat,

You can create a new Question and send me the link. I will check it.

Thank you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

PaulNewton
Shopify Partner
6274 573 1319

💣 Don't treat your customers like they are ignorant. Savvy customers see this and leave.

Do not just blindly copy features like from another business without a complete understanding of how that other business VALIDATED the use such a feature.

You could very well be emulating behavior the burns money.

If you do not properly A/B test something you risk increased bounce rates , decreased revenue and overall devalued trust in a business for deceptive practices.

And overall it creates a lazy mindset and cycle that justifies other such fake features to crop in adding no actual value but will build up a negative value in a websites that then creates desperation when conversions are low that then justifies even more negative value features, rinse repeat out of business.

 

A legitimate usage of this type of messaging is for high volume stores with actual active monitoring of inventory and properly managing "reservations" through a separate app.

 

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Hi @Bhat,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify