No content to show
User Activity
11-15-2023
Hi TP_Marketing,I don't see the issue on your website anymore. It seems like you have figure out the issue. If you still have issue you can respond to this thread.
01-06-2022
Hi @wallid This is possible you can make use of new shopify metafield. And show it on the store front so the customer can preview the part of the book.I will suggest to get a dev so you can customize it as required.But yeah its possible on shopify.
01-06-2022
Hi @OrganicUniverse Well Shopify have something called metafield which can store any extra values and can be retrieved where required. Hence we can make use of it. Generally a free app such as Metafield Guru will help you to get started on page metaf...
01-03-2022
Make use of page metafields. Then use that to pull the products.You may have to update the template such that it pull data from metafield instead of from the customizer.
12-30-2021
Hi @himanshu2012 It will only work if you add the option Under the Navigation > Filter option
I m also not quite sure about the library.But to have a quick fix as this issue is on live.Just override the css where the opacity is 1 Hence you need to do something like is css .doimgfade .productlist .product .imgcont img, .rg-image img {
opac...
You can do this by modifying the code of the theme Which require a dev to go into your theme and make the changes. Also this is possible to make it clickable
You Might have to connect with a dev it seems like your theme have some Javascript error. Seems like some function not working or has been removed. Could be a js library that has been used and now is not accessible.
Well as far as I got what you need here is the second word.Why not split the word by space and always use the 2nd Index item {% assign sentance = "Green House" | split: " " %}
{% if sentance[1] %}
{{ sentance[1] }}
{% endif %} I haven’t tried the co...
10-06-2020
Well I found the issue to be simple In your theme click on Edit code > Assets > App.js Find the below line of code and comment it all //block scrolling on mobile
if ($(window).width() <= 798) {
var $cart_container = ...
10-06-2020
Well this is coming from the app pagefly seems like it is being used on the page.So best would be to hide it
10-06-2020
Hi I looked into it and found that is coming from the helper.jsEither you can contact the theme developer to remove that Or you can write a code to hide the data which seems to be easy. If you know any developer you can connect with them to get it hi...
10-06-2020
Well this could be a app.The thing is when you are adding a product you are also adding a line item property named as _pf_orderitemid ...So we might have to look into the code if you can share your website URL I can look into it before suggesting a w...
10-05-2020
It Could happen if the store have no active discountIf you are on mobile the option is present under Show Order details dropdown
10-05-2020
This requires a code change to Update the SKU depending upon the variant selected also to handle if there is no SKU available.Basically, if you can find variant selector js in the theme js it should be straight forward.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1317 | 12-30-2021 06:31 PM | |
685 | 12-30-2021 06:27 PM | |
2708 | 12-29-2021 03:26 PM | |
1304 | 10-06-2020 08:43 PM |