I am selling tickets with Ubercart. It is possible to buy more than one ticket at a time. Can I add a field to collect the names of who the tickets are for, during checkout?
I was just learning a little bit about Checkout Panes when you posted this. I found instructions on how to create a checkout pane in code. I'm assuming that there is no UI for creating a checkout pane, unless I port one of these modules.
Thank you for this suggestion.
The existing comments pane might be useful to me, but I can't find anyway in the UI to edit the text in it. Is this something I also have to do in code?
This comment pane might be fine for my use case, especially if I can edit the text and I turn on the "Next" buttons between panes, which will force customers to see and respond to each pane. Otherwise, I'm worried they will skip right over it.
Posted2 days 16 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) in Weekly Meetings
Recent comments
My method is quite simple - and could probably be improved:
Prompt for ChatGPT is:
Please translate strings from a GNU gettext style .po file from English to Danish
Then I...
I exported the .po from my ubercart site and imported into another site.
Result: there were missing translations, probably related to other themes and modules, as well as all the ubercart...
Hi Egmund, I posted a response at https://forum.backdropcms.org/forum/ubercart-danish?page=0%2C0#comment-7430.
Regarding the ChatGPT translation method, others may want to try this as well...
Posted1 hour 32 min ago by Olaf Grabienski (Olafski) on:
Hi Egmund, good to hear from your progress! As far as I know, importing your .po file on the translation server shouldn't raise any problems. If I recall correctly, the import functionality just...
Posted1 hour 38 min ago by Olaf Grabienski (Olafski) on:
This issue has some conflicts with contrib and some proposed solutions to that conflict.
Add parent menu selector to menu add/edit link form
https://github.com/backdrop/backdrop-...
Comments
You can add various fields to your order
/admin/store/settings/orders/fields
Perhaps porting https://www.drupal.org/project/uc_webform_pane ? or https://www.drupal.org/project/uc_webform ?
So, these seem to be fields for admins to use. I'm not seeing a way to expose one of these custom fields to the customer. (But, I'm still looking).
I was just learning a little bit about Checkout Panes when you posted this. I found instructions on how to create a checkout pane in code. I'm assuming that there is no UI for creating a checkout pane, unless I port one of these modules.
Thank you for this suggestion.
The existing comments pane might be useful to me, but I can't find anyway in the UI to edit the text in it. Is this something I also have to do in code?
This comment pane might be fine for my use case, especially if I can edit the text and I turn on the "Next" buttons between panes, which will force customers to see and respond to each pane. Otherwise, I'm worried they will skip right over it.
There is a port in progress for: https://www.drupal.org/project/uc_webform_pane
See: https://github.com/backdrop-ops/contrib/issues/694
This Drupal 7 module also looks interesting:
https://www.drupal.org/project/uc_extra_fields_pane
This module allows an administrator to define additional (billing and
shipping) address fields (i.e. VAT) in Ubercart e-commerce suite.
Backdrop CMS port: https://drive.google.com/file/d/1uLFhibV19DeSgOiLAVhyz17w6o7exqke/view?u...