- Posts: 20
- Thank you received: 0
Title & text at start of checkout process
10 years 1 month ago #248048
by tandreas6
Title & text at start of checkout process was created by tandreas6
-- url of the page with the problem -- :
bellwetherwool.com/
-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.6.0
Hi Hikashop team!
I would like to add a title and some text at the beginning of my checkout process page. Something like:
</h1>Complete Your Order</h1>
<p>Thank you for shopping with us!"</p>
How would this be possible? Thank you!
-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.6.0
Hi Hikashop team!
I would like to add a title and some text at the beginning of my checkout process page. Something like:
</h1>Complete Your Order</h1>
<p>Thank you for shopping with us!"</p>
How would this be possible? Thank you!
Please Log in or Create an account to join the conversation.
10 years 1 month ago #248052
by lousyfool
Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Replied by lousyfool on topic Title & text at start of checkout process
Hi,
The simplest way would certainly be to use a Joomla module, e.g. type Custom HTML, published to a position above the component area and assigned to a checkout menu item.
The simplest way would certainly be to use a Joomla module, e.g. type Custom HTML, published to a position above the component area and assigned to a checkout menu item.
Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Please Log in or Create an account to join the conversation.
10 years 1 month ago #248049
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Title & text at start of checkout process
Hi,
Doc : www.hikashop.com/support/documentation/1...ize-the-display.html
You need to customize the "checkout / step" view to add your message.
If you have several steps in your checkout workflow, the best would be to test the current " $this->step " to only display your content on the first one (value = 0).
Regards,
Doc : www.hikashop.com/support/documentation/1...ize-the-display.html
You need to customize the "checkout / step" view to add your message.
If you have several steps in your checkout workflow, the best would be to test the current " $this->step " to only display your content on the first one (value = 0).
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Time to create page: 0.229 seconds