-
Content Count
73 -
Joined
-
Last visited
-
Days Won
3
seanhoyt last won the day on June 27 2019
seanhoyt had the most liked content!
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Marieonsquarespace reacted to a post in a topic: A Call For Everyone to Complain to Squarespace
-
seanhoyt changed their profile photo
-
jaymotion reacted to a post in a topic: A Call For Everyone to Complain to Squarespace
-
razvanlacatus reacted to a post in a topic: 7.1 is horrible right?
-
Sopking reacted to a post in a topic: A Call For Everyone to Complain to Squarespace
-
Margiada56 reacted to a post in a topic: Tell us about yourself and your business!
-
seanhoyt started following 7.1 is horrible right?, Tell us about yourself and your business!, A Call For Everyone to Complain to Squarespace and 1 other
-
Tell us about yourself and your business!
seanhoyt replied to MaddieSmith's topic in Photographers's Club Discussion
Hi guys! I was a wedding photographer for 16 years but this year I’ve transitioned fully over to property photography and landscape art photography. I’m also an average level programmer, big time orchid grower (250!) and about to start building and selling 3D-printer orchid products. Here’s my main site for landscape photography which does have a bit about my orchid growing: seanhoyt.com -
What's most perplexing is that you can tell that Squarespace employs very capable programmers and very talented designers. But, there's yet to be feature parity with the competition when it comes to the commerce system. They are releasing features years after the competition and regarding 7.1, the more I use it, the more it feels like a giant step backwards. I'm not sure about my future with this company after many years of hosting dozens of (concurrent) websites including my main "Commerce Advance" site. Just feels like I'm always fighting their systems with custom css and js just to get it t
- 7 replies
-
- store
- product-page
-
(and 1 more)
Tagged with:
-
seanhoyt reacted to an answer to a question: Adding color boxes to choose product variants
-
Adding color boxes to choose product variants
seanhoyt replied to seanhoyt's question in Coding and Customization
Ok, got it. I was firing the jquery change() and didn't realize it was looking for me to make my own change code instead of triggering the listeners for the select created by squarespace. document.querySelector("select[data-variant-option-name='Color']").dispatchEvent(new Event("change")); Works now. -
Adding color boxes to choose product variants
seanhoyt replied to seanhoyt's question in Coding and Customization
That seems to have the very same issue with updating/changing the variant image. -
Adding color boxes to choose product variants
seanhoyt posted a question in Coding and Customization
Site URL: https://www.seanhoyt.com/giftshop/magnolia-pillows Hello programmers, In the commerce settings, I can add variant columns for things like shirt colors, shirt size, etc. I'm attempting to make "color" easier to choose for the visitor by reading the colors and representing them as colored, selectable boxes below the drop-down selector. I have most of it working except for the trigger to change the variant image. Using jQuery to: read the Select options (done) make squares, style them with the color (done) add links to the color squares that change the se -
I'm working with a new 7.1 system after maybe thirty or more paid V7.0 (or earlier) site builds. Not happy at all. Instead of listening to the design community and building more powerful, flexible, unique features they, instead, took current features and simplified them for newbie designers. The only improvement here will be to Squarespace's bottom line as they court young small business owners that don't (yet) see the value in hiring a web designer. These small business owners will invariably kludge together a website that will look like all of their competitors. I believe this is
-
Loading Time Optimization and JPEG2000 Image Files
seanhoyt replied to Trigger's topic in Images and Videos
Does Google not rank sites using the PageSpeed data? Mine scores 2/100. Pingdom is 85/100. -
seanhoyt started following Business Customer Accounts?
-
seanhoyt reacted to a post in a topic: Business Customer Accounts?
-
I basically want more flexibility in the Account. I don't think that information needs to be passed to Stripe, right? Want: a checkbox for "I represent a business" if this is checked, these people are addressed as a business. I can send newsletters to them and exclude consumers and vice versa. they are tagged as business in db so that APIs can see who are businesses and who are consumers so that external member directories can be easily automated (don't want consumers in a business directory) automatic discounts applied to these different tiers. Busine
-
Has anybody found a way to include businesses in the account signups? Currently, people sign up with First Name, Last Name, Email. I have many consumer customers, but I also have many business customers that license my photography. I also am creating B2B classes and want to sell subscriptions. Seems like businesses are excluded via the system's lingo. Workarounds?