All I'm looking to know is if a module (or set of modules) exists to do what I want, or if I'm going to need to build a module myself. I've hunted, but can't find one that works the way I need.
I'm using Drupal 11 and commerce.
I am trying to build out a site for a screen printing business. I'd like to have it set to allow the customer to pick a design, and have a variation of the color of ink they want. The system should only allow them to add each variation to the cart once.
It seems that finally the time has come that I will have to start using Composer to manage my hosted websites. I used to update modules through FileZilla (downloading, unpacking and uploading to the correct module folder). But now it appear that updating the Token module in that way causes errors. Of course I have a backup that I can restore, so that is not the problem. But updating this module (and maybe more in the [near] future) fails in this manner. Therefore: move to Composer. And there I have a few practical questions.
ok so I'm just getting back into Drupal since working with D7 (and previous versions) many years ago and I'm loving some of the new additions and ways of doing things. I have been looking at ECA and am currently trying to establish a way to create some dynamic date fields... so this is the setup:
I installed DrupalCMS 2.0.0 on my server with PHP 8.3 and Mysql 8.0. The installation went successful. However on editing the site and clicking on the "full content template" on the top left corner, the script throws 404 Not found error.