Aashini
-
Posts
14 -
Joined
-
Last visited
Reputation Activity
-
Aashini got a reaction from Beyondspace in Adding comment section and ratings for products
Site URL: https://www.frillup.ch/
I am trying to add comment section and ratings for each product on my E commerce. I found something that only allows me to either add ratings or comment box, but not both. I would like some feedbacks from my customers. Can anyone please help me with that? https://www.frillup.ch/
-
Aashini reacted to IXStudio in Removing the Tags & Categories on Individual Event Page
Hi
Use this code in Design -> Custom CSS
.eventitem-content-footer { display: none; } Please use the like button if it helps you!
Best,
Leopold
-
Aashini reacted to splurj in Removing the Tags & Categories on Individual Event Page
Thank you! That worked!
-
Aashini reacted to Rasmus_SparkPlugin in Terms and conditions code not working anymore
Great, glad I could help!😃
-
Aashini reacted to Rasmus_SparkPlugin in Terms and conditions code not working anymore
@Aashini oh my bad, forgot to add something. Try this:
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('#sqs-cart-container').after('<div class="tuan"> By continuing to checkout, you have<br/>read and agreed to our <strong><a style="color: #7a6e65;" href="https://frillup.ch/terms-and-conditions" target="_blank" rel="noopener">Terms and Conditions</a></strong></div>'); }); </script> <style> .tuan { display: block; height: auto; text-align: left; color: #FFFFFF; background-color: transparent; font-size: 1.1rem; line-height: 1.5em; margin-top: -82px; margin-bottom: 300px; } </style>