adamfriedman21
-
Posts
5 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by adamfriedman21
-
-
-
25 minutes ago, creedon said:
Yes, it is set, however when I added the custom add to cart button (via code block per your instruction), the waitlist doesn't appear.
waitlist enabled product : https://www.shufflehouse.co/shop/p/4-week-program
custom product page (in progress) with add to cart button added via code block (ID and collection linked to above waitlist enabled product per your instruction) : https://www.shufflehouse.co/1-on-1
As you can see, the waitlist doesn't appear when adding the add to cart via code block. Any ideas?
-
On 1/15/2022 at 6:13 PM, creedon said:
SS does not expose an interface for adding products to a cart via a URL.
However it may be possible to use a code block with code similar to the following and then modify it with CSS to look more like a link.
<div class="sqs-add-to-cart-button-wrapper" data-animation-role="button" style="visibility: visible;"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode" data-collection-id="[enter collection id here between double quotes]" data-item-id="[enter data item id here between double quotes]" role="button" tabindex="0" data-product-type="1" data-use-custom-label="false" data-original-label="Add To Cart"> <div class="sqs-add-to-cart-button-inner"> Add To Cart </div> </div> </div>
This code requires knowing the collection and product ids.
Original button.
After some minimal styling to show that is may be possible to make the button look like a link.
There is a caveat this technique will only work with products that don't have variants.
What code / injection is needed to have this become a waitlist form when out of stock?
-
On 8/17/2022 at 10:15 PM, tuanphan said:
With Fluid Engine, you can edit page > Click Mobile icon on top right to adjust layout on mobile. This won't affect desktop.
That's not true. Same issue here. I have an image block set as FILL on mobile. I want it to FIT on Desktop. Changing from FILL to FIT on mobile also changes its settings on Desktop. Please advise.
Is there a link/url for an 'Add to cart' action of a product in Squarespace?
in Customize with code
Posted
Hey, this doesn't work with Express Checkout. It still shows the automatic "Purchase" button. I have changed my "Custom Button Label" as well, still doesn't work. Any ideas?