No content to show

User Activity

Hi @elfboss ,Can you provide me an URL? so that I can check this issue.
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...
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...
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.
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;...
Hi @Smultronetshop, Could you please share a preview URL of the store? Thanks.
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...
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...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to