Ryan Hewitt
Ryan Hewitt
I've done a bit to do with linking event tickets, but not so much for accommodation. The way I _think_ I'd approach is: - treat different rates or levels of...
I've actually built a booking add-on for Concrete, one that we've used for booking training sessions (and doing thing like reserving squash courts). It's not related to Community Store, but...
The normal add-to-cart process calls a URL mapped to this function: https://github.com/concretecms-community-store/community_store/blob/master/controllers/single_page/cart.php#L150 But it's the StoreCart::add($data) call that actually does the work of adding the product to the cart session:...
I can certainly see it was specifically changed, but I can't really see the reason. :-) If it was made configurable, I still think Recent Uploads still should be the...
Closing this for now, will create a new pull request where it's a configurable option
What kind of HTML content are you putting into the Short Description? If you are doing something with complex HTML, is it perhaps better to create your own product attribute...
This deprecation surely would impact the Buy Button sales channel, since the snippet of code it asks you to copy and paste uses a copy of the buy button script...
It feels very account specific. I have some sites with simple producing options, working when adding to the cart. But I can see other integrations, with the same buy-buttton script...
Is Shopify going to provide a CDN url for this updated script? I couldn't find it on https://sdks.shopifycdn.com, and https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js appears to still be outdated. The only place I could...