michellesat Posted June 30, 2020 Share Posted June 30, 2020 I'm wondering if there's a way to reorganize the details for a product. For instance, I would like to move the product price under the description, not above. Link to comment
tuanphan Posted July 1, 2020 Share Posted July 1, 2020 Yes. YOu can. Can you share link to product detail page? We can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
michellesat Posted July 1, 2020 Author Share Posted July 1, 2020 https://bluebird-swan-samz.squarespace.com/artists/keith-bachmann 12345 Link to comment
tuanphan Posted July 2, 2020 Share Posted July 2, 2020 10 hours ago, michellesat said: https://bluebird-swan-samz.squarespace.com/artists/keith-bachmann 12345 Add to Home > Design > Custom CSS @media screen and (min-width:768px) { .ProductItem-details-checkout { display: flex !important; } /* price */ .ProductItem-product-price { order: 2 !important; } /* description */ .ProductItem-details-excerpt { order: 1 !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
michellesat Posted July 2, 2020 Author Share Posted July 2, 2020 Is there a way to organize these details in my summary as well? https://bluebird-swan-samz.squarespace.com/artists/micah-crandall-bear Link to comment
tuanphan Posted July 5, 2020 Share Posted July 5, 2020 On 7/3/2020 at 5:24 AM, michellesat said: Is there a way to organize these details in my summary as well? https://bluebird-swan-samz.squarespace.com/artists/micah-crandall-bear Add to Page Settings > Advanced > Header <style> .summary-content.sqs-gallery-meta-container { display: flex; flex-direction: column; } .summary-price { order: 3; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
michellesat Posted July 9, 2020 Author Share Posted July 9, 2020 For some reason that did not work. Maybe it's because I've created "Projects" and within each project I have a Summary of products. So, within the summary of products is where I need the price to be listed third.... if that makes sense! Link to comment
michellesat Posted July 17, 2020 Author Share Posted July 17, 2020 Circling back on this! Thanks for any help you can provide. Link to comment
tuanphan Posted July 18, 2020 Share Posted July 18, 2020 7 hours ago, michellesat said: Circling back on this! Thanks for any help you can provide. Hi. can you describe again your problem? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
michellesat Posted July 18, 2020 Author Share Posted July 18, 2020 13 hours ago, tuanphan said: Hi. can you describe again your problem? I am using Projects to organize each artist, and within the project page I am using a Summary to show off the various products. I want to re-organize the details. of the product summary so that the price is last. See attached: So for Blue House Riders, I would want it to be: Blue House Riders Oil on canvas 16 X 20 Framed $1100 Link to comment
tuanphan Posted July 19, 2020 Share Posted July 19, 2020 On 7/5/2020 at 7:19 PM, tuanphan said: Add to Page Settings > Advanced > Header <style> .summary-content.sqs-gallery-meta-container { display: flex; flex-direction: column; } .summary-price { order: 3; } </style> Just tested again this code. I think it should work. Where did you insert the code? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
michellesat Posted July 22, 2020 Author Share Posted July 22, 2020 Figured it out. I was pasting in the wrong spot. Thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.