Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I want to change an Ubercart template so that a personalised letter is produced instead of an invoice when I click ‘printable invoice.’
So, I copied modules/ubercart/uc_order/uc_order-invoice-page.tpl.php , and dropped it into httpdocs/sites/all/themes/newsflash/templates/uc_order-invoice-page.tpl.php
How do you show 2 prices for a product and show it on the product catalog page?
I am trying to create a bookstore that sells both print and digital books, with different price for each type.On the product catalog page, I only want to show 1 book cover and underneath it show the price for the print book and the digital book.
When I try to drag and drop blocks in structure > blocks page, I cant drag and drop. I also clicked the show weight. I can change the value but it does not have any impact on blocks order. Simply not doing anything.
Status report page Error "Bootstrap requires jQuery 1.7 or greater. Configure jQuery Update."
I changed to
Default JQ version: 1.10
Alternate JQ: 1.10
I still have the same error in status report.
While I was in structure > block > I right clicked and inspect > Console: Shows no error.
Hello. I would like that when a anonymous user crate a new registration, is redirected to a specific page that is not the home page. How can I do? I tried with rules but it does not work. Thank you all
I am working on a Drupal 7 website and it has **Apache Solr Search - version 7.x-1.8 ** module installed and working fine with site search. However, recently we got an update version of **Apache Solr Search - version 7.x-1.9 **.
However, after upgrading the module with version 7.x.1.9 the search feature no longer works. It show HTTP ERROR 500. I check The apache solr server is up and I am able to connect to it via the website too but the search is failing now.