No content to show
User Activity
Hi @elfboss ,Can you provide me an URL? so that I can check this issue.
05-10-2024
Hello @MerlijnMol, Please add the following CSS code to the bottom of your base.css file:.collection #product-grid {
justify-content: center;
}You can access the base.css file by following these steps:Navigate to "Themes" in your Shopify dashboar...
05-10-2024
Hi @torus-peter , Shopify always returns the price in cents, that is why it shows in multiples of 100, this behaviour can be noticed in liquid too. For example,if the price of a product is $100, and in liquid if you write {{ product.price }}, it will...
05-08-2024
Hi @Bontalexel31 ,Please apply a json filter in the value while printing, here's the code below. console.log('avg_swatch value ', {{ avg_swatch.value | json }}) Let me know if it works.
05-08-2024
Hi @kahmra ,You can try changing this line curl_setopt($curl, CURLOPT_HTTPHEADER, [
'Content-Type: application/json',
'Accept: application/json', // Asegúrate de aceptar JSON
'Authorization: Basic ' . base64_encode("{$this->apiKey}:{$this->...
Hi @gutt1992, Please add the following CSS code to the bottom of your base.css file:.footer__content-top .grid {
display: block;
}
.footer__content-top .grid .footer-block.grid__item {
width: 100%;
max-width: 100%;
text-align: center;...
05-07-2024
@JacJacC Welcome.
05-07-2024
Hi @Smultronetshop, Could you please share a preview URL of the store? Thanks.
05-07-2024
Hi @JacJacC, I've reviewed your store and observed that the CSS code that you have added is working. I am making some changes in the code to make the section appear like the homepage featured collection section. You can modify the font-size, line-hei...
05-07-2024
Hi @AdamOx, I've reviewed your store and identified an issue occurring with items that have multiple lines of titles. To address this, please add the following CSS code to the bottom of your theme.css file:@media(min-width: 999px){
.product-list .f...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
520 | 05-10-2024 10:22 AM | |
508 | 05-07-2024 09:36 AM | |
411 | 05-07-2024 07:53 AM |