I find creating srcoll on desktop is not feasible compared to mobile because mobile touches the screen to scroll and desktop mouse pointer won’t do that. It needs to create more buttons to scroll or show a horizontal slider but it will be very ugly.
Here is the scroll creation for product recommendations on the mobile:
@BSS-Commerce Thank you very much mate, it’s working. Sorry for disturbing you but I have wrote one more post about lazy load, I got one the answer, but for really I try to read my theme is dawn and I don’t understand what and where I need to create, maybe can you read my post and give me the correct step by step answer? I very much appreciate that.
Can I ask you, if maybe you can do it because I don’t know if it’s possible at all?
I wanna add to my variant picker metafield section to open each color in a new link, all product variants wanna create separately, and in the color section, each color opens in a new link.
Creating links with variants can be done as follows:
{% for variant in product.variants %}
{{ variant.title }}
{% endfor %}
Assigning colors to those links will only be able to generate a random color code, but not select the corresponding color code and assign it to the variant.
If you want to choose to customize each variant according to a specified color code, you may need to install an additional app.
Customization will be quite complicated to separate variant products. Is it possible to create a separate product for each variant. However, we think that the best way is to find a third-party app that supports this.
I will add my establishing delivery time code in HTML, my question will be:
Is it possible to modify, here say delivery time from 9 days to 12 days excluding weekends, it works, but for example:
when it starts calculating and if ends on Saturday or Sunday it shows on Monday, that is fine, but it is possible to make the calculation work without weekends calculating days just monday-friday and starts from monday-friday like working days. Because if calculating with weekends it does not correctly calculate days.
To more understand about I’m talking here is almost same issue:
I wanna if it’s possible to calculate just working days, without weekends. Because if calculate with weekends and just goes from Sunday till Monday, it’s not the correct day in the end.