-
Content Count
36 -
Joined
-
Last visited
Personal Information
-
Location
Italy
Recent Profile Visitors
206 profile views
-
Gilbert reacted to a post in a topic: Can 'Free shipping' exclude other discounts?
-
I'm afraid it can't be done with Squarespace
-
janehinchliffe reacted to a post in a topic: How are you preparing your website for the holiday season?
-
SusanaR reacted to a post in a topic: How are you preparing your website for the holiday season?
-
Passing Order ID Information to a Thank-You Page
RobPegurri replied to Eatology's question in Coding and Customization
By the way, may I ask why didn't you opted for a service like Peach's? It's built for Squarespace only and it could be cheaper too -
Passing Order ID Information to a Thank-You Page
RobPegurri replied to Eatology's question in Coding and Customization
I suppose you've injected some code in the original order confirmation code. I think you could achieve your need inserting the snippet for ShareASale before the redirect script. In this page you can send order ID and even email address. I don't know, it's the first thing that came up my mind -
Jo_G reacted to a post in a topic: How are you preparing your website for the holiday season?
-
Hi there, I built a custom shop page using summary blocks and you can see it right here. I'm looking for a way to apply a filter (black and white) the product image when it has the "Out of Stock" label, in my website it says "Esaurito". Any idea? Remember these are summary blocks, not product page... if it makes any difference. Thanks to everyone!
-
How are you preparing your website for the holiday season?
RobPegurri replied to Jo_G's topic in Commerce
We've implemented a free gift wrapping option in the checkout with the possibility to write a custom message. We did it because many people won't have the possibility to give presents in person this year (in Italy at least). We said our gift options were free for the occasion, but to tell the truth it is the only way to do that as in Squarespace it's impossible to implement paid add-ons in the checkout. We changed our "Sale" label to "Black Friday" for the black friday sale week and we colored it black. That's mainly it, all with some Mailchimp newsletters -
Sorry @sstinus, I'm a little swamped right now (damn covid). As soon as I have some free time, I'll have a look to your website. Sorry
-
PrairieSchoolCoffee reacted to a post in a topic: Can I add orders manually
-
I don't know, I suppose you can with some corrections
-
Bloomy reacted to a post in a topic: Upsell or Cross selling
-
Squarespace is NOT fit for purpose as an e-commerce solution
RobPegurri replied to SergioC's topic in Commerce
Hey @SergioC, your website is so cool! So clean and elegant. Complimenti! -
RobPegurri reacted to a post in a topic: Managing shop with cash only transactions
-
I use Squarespace 7.0 with Brine template, I suppose you may have to change it a little bit in order to get it working on your site (don't know) So, this is the code snippet you have to put at the end of the product page (as a code block) in the rich content description <!-- Everything here is the upselling popup code, must be at the bottom of the product page! --> <!-- Product 1 > Product to Upsell --> <div style="display:none;"> <div id="upsell"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/fon
-
Sure, just let me organize the code for you 😉
-
RobPegurri reacted to a post in a topic: Upsell or Cross selling
-
Pochi reacted to a post in a topic: Managing shop with cash only transactions
-
I don't know how to help you with the counter, but you should definitely compress your images. Try out some free websites such as https://compressjpeg.com In my experience, slow-loading photos in e-commerce decrease conversions a lot!
-
ChristianK started following RobPegurri
-
Delivery companies directly integrated to an e-commerce? Sounds new to me. Anyway, you can check out some of their extensions (like Shipstation and all) but I would recommend to use the order export from the Orders panel of Squarespace. It will generate a .csv file with all the pending orders. Then, I'd use Excel to manipulate the file in order to make it compliant to the rules of the carrier. Btw I've created myself a solution for generating .csv files automatically using Squarespace API. When it's ready I may publish it (I've created it using Google Script)
-
I might sound stupid but... are you sure you're uploading the .pdf in the right section? Because I just tried and I've uploaded a .pdf file seamlessly.
-
bangank36 reacted to an answer to a question: Product scarcity text on image in Summary Blocks
-
Product scarcity text on image in Summary Blocks
RobPegurri replied to RobPegurri's question in Coding and Customization
No worries, actually it was me 😅 -
bangank36 reacted to an answer to a question: Product scarcity text on image in Summary Blocks
-
Product scarcity text on image in Summary Blocks
RobPegurri replied to RobPegurri's question in Coding and Customization
YES! Works like a charm 😍 thanks man!