JakobOutlaw Posted April 28, 2021 Posted April 28, 2021 Hey there, I'm looking for a way to disable the hyperlink of items on the checkout page. Is there a code (or setting) for that? https://wisteria-reindeer-xync.squarespace.com PW: ForTheForum Thank you in advance, Jakob
JakobOutlaw Posted April 29, 2021 Author Posted April 29, 2021 https://wisteria-reindeer-xync.squarespace.com PW: ForTheForum
tuanphan Posted April 29, 2021 Posted April 29, 2021 Can you share link to a product page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
JakobOutlaw Posted April 29, 2021 Author Posted April 29, 2021 6 minutes ago, tuanphan said: Can you share link to a product page? Just a draft but yes: https://wisteria-reindeer-xync.squarespace.com/store/p/flotilla-course-june-16-21-greece?p?p The idea is to have the product details on event pages. And then just use a Product Block at the bottom to allow people to buy. But I wouldn't want to create all the details on the event page AND the product page. And what I want to avoid is people clicking on the product on the Cart Page and end up on an empty page.
paul2009 Posted April 29, 2021 Posted April 29, 2021 You appear to have Express Checkout enabled, so the cart will be skipped currently. However, if the cart were enabled, you could disable pointer-events with this: #sqs-cart-root ._1MDgZZPKX a { pointer-events: none; } Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
JakobOutlaw Posted April 29, 2021 Author Posted April 29, 2021 17 minutes ago, paul2009 said: You appear to have Express Checkout enabled, so the cart will be skipped currently. However, if the cart were enabled, you could disable pointer-events with this: #sqs-cart-root ._1MDgZZPKX a { pointer-events: none; } Ah, yeah I disabled Express Checkout. I need people to also put other items into the cart. Where would I enter that code? Design/Custom CSS?
paul2009 Posted April 29, 2021 Posted April 29, 2021 Yes, Design > Custom CSS. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
JakobOutlaw Posted April 30, 2021 Author Posted April 30, 2021 14 hours ago, paul2009 said: Yes, Design > Custom CSS. Super, it worked!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.