-- HikaShop version -- : 6.4.1
-- Joomla version -- : 6.1.0
-- PHP version -- : 8.3
-- Error-message(debug-mod must be tuned on) -- : No error message, but Email issue.
Thank you for your time!
My client is having trouble receiving email notices when someone requests a quote. Since I have no control over that, I'd like to route quote requests to a Google Sheet. Please see details below.
Customers add products to the "Quote Cart" and submit a quote request, which creates an order in the HikaShop backend. There is no pricing, tax, shipping, or payment involved on the customer-facing side.
Our goal is to automatically log each new quote request (order) to a Google Sheet, similar to how the RSForms Google Sheets plugin works for contact form submissions. We already have a Google Cloud project with the Sheets API enabled and OAuth 2.0 credentials in place.
Questions:
Does HikaShop Business offer a native plugin or integration for logging orders/quote requests to Google Sheets?
If not, is there an officially recommended third-party plugin or approach you support?
Are there any HikaShop events (such as onAfterOrderCreate) that a custom Joomla plugin could reliably hook into for this purpose on Joomla 6?