asset files not loading in on Shopify
I am currently trying to help my friend with his Shopify store and I just started to learn Liquid, we want to load in a javascript file and an hmtl file but when we load the assets in and preview…
I am currently trying to help my friend with his Shopify store and I just started to learn Liquid, we want to load in a javascript file and an hmtl file but when we load the assets in and preview…
I've created a table where my data can be ACTIVE or INACTIVE and this is already working, my goal is I just want to add a function that when I clicked the button to make my data INACTIVE, it will…
I am looking to be able to pass a javascript variable as data in an html table row element and have the data logged when that row element is click. The code that is appending/creating the table rows is inside…
The Redis command HMSET has been deprecated since version 4. They suggest using HSET instead. But when trying that I get a different deprecation warning. I was using: db.hmset('key', {a: 1, b: 'c'}). Now I tried to replace it with…
I'm using the jQuery UI Tooltip plugin. The tooltip content is generated with AJAX. The indicator for the tooltips is the <a data-id="" attribute: <a data-id="137514" title="">Testlink1</a> I have the problem that I need to hover twice over the link…
I've got a page that contains an iframe. Both the page and iframe reside on the same domain. Within the iframe there is an AJAX call being made for some data that populates some input fields within the iframe. I…
Problem : I am trying to populate the 1st SELECT on load. And 2nd SELECT depends on the 1st one. 1st select : populated with states 2nd select : should be populated with districts based on selected states. jSON file…
I have built a single page app using angularJS routing . I have a cart page where a user has selected products and can proceed to checkout . If you click on the button you get redirected to the checkout…
Hi i have created the stick header on my debut theme shopify. which on scroll sticks at the top of the page. but when I move the page downwards. it gives a sudden jerk to the whole header Here is…
I need to check the database if a new row is created for the user and show him a popup message. I should do it for every user, and it should happen without refreshing the page (Live). Shall I try…