I'm a beginner learning Drupal Commerce. Currently, I'm working on a project on E-Learning concepts. My website will have different study materials; some free and some payable. I'm stuck at below major points.
Here I want to test below conditions and display the product details on product page:
1) If the course is free then entire content of the course will be displayed. If payable, then only summary of the course needs to be displayed. If user has purchased this course, then the entire content needs to be displayed
Using Bootstrap base and robotic sub to theme site. I have tried to apply each patch wile getting (Could not apply patch! Skipping. The error was: Cannot apply patch) errors out... In the debug I am able to have the radios display by using radios instead of radio.
Hi everyone, I'm working on functional tests for a module in Drupal 8.9 using postgresql as the db
The issue is that during a functional test, what I think is happening is the schema name changes to a test******* where the asterisks is a randomized number.
Because I have sub functions that altered the creation of tables by adding my own schema to the SQL statements (simple use schemaname.tablename) in the queries, this errors out when I try to determine if a table exists.