Re: How do i change the order of the products?

Solved

How do i change the order of the products?

Brilant
Tourist
19 0 2

Hey guys, i am new to shopify, i am tryin to order my products.
The site is www.secretsbyglammy.com and the password is bawtuy

i would like to see the boxes in these order: basic, premium, deluxe.

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2138 616 503

This is an accepted solution.

Hey @Brilant,

Please try this. However, do take note that this is only applicable for the current products you have. If you add a new one, you need to write a new code again. 

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
li.grid__item:nth-child(2) {
    order: 3;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1706717940548.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 2 (2)

ThePrimeWeb
Shopify Partner
2138 616 503

This is an accepted solution.

Hey @Brilant,

Please try this. However, do take note that this is only applicable for the current products you have. If you add a new one, you need to write a new code again. 

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
li.grid__item:nth-child(2) {
    order: 3;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1706717940548.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

Dirk
Shopify Staff
2428 259 542

Hey, @Brilant happy to help!

Dirk_0-1706733278726.png


It appears that the products are in order to your liking? Just wanted to confirm that you were able to resolve your question or if there was somewhere else on the store where they need to be reordered.

 

If there is anything else I can help you with, please let me know.

Dirk | Social Care @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog