No content to show
User Activity
@Nadine10 Can you please provide store details so i can check this!!
11-18-2022
Yes @Ankita31 , you can add custom code for home pageFollow below steps:Go to Online Store -> Theme -> Edit CodeGo to theme.liquidAdd the following code below in <body> tag: {% if request.page_type == "index" %}
{% style %}
.yourcssClass{
...
Hi @aseasy ,There is no option to do like that,Each of your products can have only one product category and one product type.You can use product tag to add multiple types
11-16-2022
Hi @divadminlocal , That is not possible to rename same section, But you can create custom section for each of your sectionsGo to themes -> edit code-> open custom liquid section -> copy whole section content->create new section-> Name as per your se...
11-15-2022
Hi @Hasanalkhabbaz , You didn't created shipping profile for the 'rest of world' or the country your customers are from, so due to this it will showing that 'This order can’t be shipped to the address you entered', It means the shipping is not availa...
Hi @KieranJ , You can use 'Shopify Flow' app to implement this type of functionality, Then you can add condition based on your inventory count & change price by percentageLike you can create flow like this, if inventory drops by 100 -> action -> redu...
11-12-2022
@HazaraBoy You can update this code@media screen and (max-width: 768px) {
:root {
--typeBaseSize: {{ settings.type_base_size | default: 16 | minus: 2 | append: 'px' }};
{% if settings.edges == 'round' %}
--roundness: 15px;
--btnPadding: 9p...
11-12-2022
@HazaraBoy It is coming from snippet 'css-variables', you can check into that.
11-12-2022
Hi @HazaraBoy , Can you please share screenshot of line no: 30 to 45?I think there will be snippet for this.
11-12-2022
Hello @HazaraBoy , You can find this code in your theme.liquid file: https://prnt.sc/l-JIUM8-C1oIgo to your theme.liquid file & search for 'root', it is in <style> tagHope it will help.Have a good day..!!
11-12-2022
Hi @JerrySedra ,It's li'l bit hard to understand for you if you don't have knowledge about theme customization in Shopify, But I have a solution for your issue. In product detail page template you need to fetch variants with variant ID.{% for variant...
Hi @kirstenlc5 You can add below CSS to add border to your button:.button--secondary {
border: 1px solid #000;
}Have a Good Day..!!
11-11-2022
Hi @hakomakotako , Yes, we can achieve this.Step-1: You can assign vendor(brands) for all three types of productsStep-2: Create three different collections with vendor condition- 'Product vendor' is equal to 'YOUR_BRAND'Step-3: Create three diffrent ...
11-11-2022
Hi @Antonio84 , I think your theme not supporting line-item properties, Can you please share your site url?, so I can check about it.Have a great day.
Hi @Grippy-Sports ,You can add any background image in your product page with updating just bit of css code: .template-product .header-container {
background-image: url('IMANGE_URL_HERE');
} Let me know if it's helpfulHave a great day.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
4322 | 11-12-2022 08:03 AM | |
4851 | 11-12-2022 02:24 AM |