Currently working on some UI/UX issues and cannot figure out how to do them. We need a user-friendly way for content creators to enhance their pages as needed with embedded images. CKEditor has a way to easily add them, but there are several issues associated with it:
I am trying to get this cart to function properly. I have followed a good online tutorial about setting it up and I followed all the steps. My issue is when you press checkout, the only option you get in checkout screen is "Name"
From the tutorial it should have a form with more than "name". I have set up a site wide form with contact info but I can find no place in the config to set up checkout in basic cart to use that form.
I am facing an error in extracting audio files uploaded in zip format. The error is as follows- Argument 2 passed to Drupal\Core\Archiver\Zip::extract() must be of the type array, string given,
The following is the code:
public function buildForm(array $form, FormStateInterface $form_state, $node = NULL) {
On every item in the store there's a "Financing Available" with the learn more button beneath the price for my product, however, I want to edit that part and I can't find it anywhere. When I click on edit the product I see everything except that piece, what I see related to it is when it says "Show financing info"
I want to execute an ajax request on page load in D8. (intention to execute some process on page load which I have done using hook_boot in D7, Now I am trying to achieve in Drupal 8.7.6)
I have used event subscriber (refered https://www.qed42.com/blog/porting-hookinit-drupal8). I have added mymodule.libraries.yml file where I have mentioned about JS file, I have included JS file via hook_preprocess hook in mymodule.module file.