PamDigital
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎03-07-2024 03:29 PM
Topic Started
11
Topics Started
Topic Solutions
2
Solutions
Post Count
66
Posts
Post Kudos
12
Likes

Community Badges

Hey there, I want to add else on this code. This codes shows a text when my product's inventory in under 5. If it is above of 5 I want to show another text. Can someone help me with it pleas...
Hey there, I will add a custom badge / label to some of my products (25 products only). So how can I choose these products with IF command can someone help me with this please? I don't wa...
Hey there, We are facing with an issue on our website. People from iphone, ipad or safari can not use "add to cart" button. I saw many threads but none of them was helpful. Here is our link; ...
Hey there, I'm building my own theme on Shopify. I have a problem with customize page. When I make some changes in the section while I am on customizing page, sections are dissappearing on live pr...
Hello everyone, I am new with grid system of shopify I want to do 75%, %25 grid just like col-lg-9, col-lg-3 How can I do this in grid?
Hey there, I'm having a problem with my slick slider. The slider works perfect, then I go to customize page of the theme. Everything is fine until here. But when I change something at slider, imag...
Hey there, I want to put quantity on header cart popup. I can put the quantity but it doesn't effect without js. This is the code. Do you know what should i use as js ? &...
Hello everyone, I want to add "buy now" button on my banner image with variant selection. I used shopify's feature "buy now button code" but it is not working well. How can I add buy now button on...
Hello, I want to add "buy now" button on a image which is in product page. This is my code; There is a button on my image now, but its not working. What is wrong here? <div class="b...
Hey there, I'm using bank deposit option as payment. My problem is customers doesn't see the bank details. So I want to show them my bank details by popup when they choose bank deposit option. How...
Hi there, We are working with a shipping company which is not integrated in Shopify. They gave us their API's so how can I integrate them and share my order details with them?
I have been thinking and researching how I can give discount by payment type for about 5 months. This is a must feature. What kind of solutions did you find on this subject? I think Shopify sho...
Hey there Is there any way or app to change shipping rates based on payment method? Like; i want to give free shipping for online payments. And 5$ for manual payment methods. Is this possible ? An...
Hi everyone, I want to show my variant colors as different products under product page assigned with same tag. I have the code working very well. But i can not use owl carousel for this code. I cr...
Hey Everyone! I wanted to add "NEW" label to my homepage's featured product. In order to do this i wrote this code at featured.product.liquid {% if product.tags contains 'new' %} ...
Hello Everyone! I want to add labels on my product images at homepage to featured collection and at collection pages. I've checked the app store. The best app is "product labels" that i am u...
Hey There ! I want to show related products by tag on my store. This code works perfect. But it shows 280x390 pixel images under product. That means are they are very huge. How can i make th...
Hello Guys, I want to use margin-left and margin-right for my website. But if i use the code down below. My Log-in page shrinks as well. Is there any solution to fix this page? This is the code...
No content to show

User Activity

I can actually see the images in the HTML DOM even though they are not visible since there is no <img> tag. I am sharing a screenshot;
This is the preview;https://q3pjl1nejtw2rgjr-52530872502.shopifypreview.comand this is the page ;/pages/material-test
I am creating a new page.liquid but with the code that I provided below I can not see the images. In html dom I can see srcset="image" but in the frontend I can not see <img> tag thats why I can not see the images. What am I missing? <div class="mate...
@ExpertRookie Actually what I want to show is a text metafield which comes from product page. I attached the image;
Hey there,We are building a custom /cart page. We want to show product text metafield on cart page. It will stand for installment amount. This is my metafield code;{{ product.metafields.custom.product_installment }}When I add this code to cart page i...
I am using shopify custom build web site, today I figured out my website is refreshing automatically on some iphones only. (checked from mac safari everything looks great) (it refreshes only on homepage if I do not touch to website) I removed jquery ...
Currently my jquery script tag is at the end of the head tag in theme.liquid. According to my research jquery increases total blocking time and decreases pagespeed performance. I saw some shopify stores have 0 render blocking. What should I do to get...
And this is my ajax cart // product page add to cart $('#button-cart').on('click', function(e) { e.preventDefault(); $.ajax({ url: '/cart/add.js', type: 'post', data: $('#form_buy input[type=\'text\'], #form_buy select'),...
Hey there, I am working on a custom theme. My problem is I want to show product price - cart total = discount amount on cart popup. So when I added product to cart it doesn't show the discount amount untill I refresh the page. After refreshing the pa...
@JoesIdeas Thanks alot for your information. It helped alot!
Hey there I want to integrate my Shopify with amazon I have questions about it.1- Can I manage my shopify orders from Amazon's panel only ? 2- If I fullfill the product from amazon. Can I send this information to my Shopify ?3- What is the best integ...
Hello @RajatWeb Thanks for your answer I tried but It doesn't slide images and shows images as a column. What is wrong here you think?  
Hey there,I am working on slick slider on my theme. I added 4 images with {{ section.settings.image1 | img_url: 'master' }} I also tried {{ block.settings.image1 | img_url: 'master' }} and created block shema but it doesn't work. How can I use block ...
I have shorten the code. Something is wrong here.<script> var selectCallback = function(variant, selector) { var $addToCart = $('#button-cart'), $addToCartBuy = $('#button-cart-buy'), $addToCartSticky = $('#button-cart-sticky'), ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.