Clarke-
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎07-19-2022 06:16 PM
Topic Started
1
Topics Started
Topic Solutions
6
Solutions
Post Count
48
Posts
Post Kudos
14
Likes

Community Badges

No content to show

User Activity

@Mogulanddram You need to add a name to the input elements and also close the tags. <label> Street Address </label> <input type="text"  this would become <label> Street Address </label> <input type="text" name="contact[Street_Address]" />  each input...
A clients store has been live 2 months, on 2 days there has been a massive spike in sessions, on the 28th of each month traffic has jumped from around 300-500 sessions to 5000+ sessions, all coming from America. Being an independent store in the remo...
@Plavopink The swatches aren't broken, it works as expected. You need to upload either a .png to your files with the variant name as the title, e.g blue.png as you can see here blue is looking for the swatch at the location https://cdn.shopify.com/s/...
@RandMboxes Shopify cannot comment on the operation of Paypal's business, even Paypals closest partner eBay only displays a banner for PayPal credit.The only option as mentioned in the link is to copy eBays approach and display a banner on carts/prod...
You cannot change the checkout unless you are Shopify plus.These Paypal installation guidelines are for not for Shopify, this method if for developers creating their own checkout.As far as I'm aware there isn't an integration for this yet. You have t...
@kateulrick your form sections references {% include 'product-form' %} that means it will include the code used in your product.form liquid file. it will probably be among your snippets.The code is mode likely in that file 
@kateulrick the exact same place you first entered your custom line item code. this is all happening in your product template.
The following code in your product template isn't inside your form, take the following.                        <p class="line-item-property__field"> <label for="personalised-5-type-name-below">Personalised - $5 - type name below</label> <input id...
@SDBdigital if you are struggling with those instructions you can add this to the end of your SCSS liquid file. #section-1603269789d9408e52 { background-color: #EFF8F2; } Please be aware because this targets that section if you delete it or add o...
@auroradreamsco  as you are using the Minimal theme you will need to edit the product-grid-item.liquid as mentioned earlier.the price is displayed with the {{ price }} is at the bottom of the code ( line 90 ) {% if on_sale %} <span class="visually...
Worth noting, I'm assuming what you're doing is selling 1 off products, then once sold reducing price to 0 so they may remain on your store but not be sold. if that is the case i would suggest you use the product.available object and make use of Shop...
@auroradreamsco You can query the product object for anything over $0 https://shopify.dev/docs/themes/liquid/reference/objects/product#product-price{% if product.price >= 0 %} *SHOW PRODUCT PRICE* {% endif %}  in the minimal theme you'll find the ...
@jamescox1981 There is a simpler solution that may be more appropriate for you, but taking this route would mean changing your blocks would require your to update the code.  .page-blocks > div:nth-child(2) > div{ margin-top: -250px !important; }  ...
@jamescox1981 no you cannot. It looks like you have copied this from inside the theme editor.If you are going to use inspect element to find the selectors you have to use it on the customer-facing view of your website. 
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.