Most Urgent: How to customize registration page

  • Posts: 66
  • Thank you received: 0
10 years 9 months ago #167672

-- url of the page with the problem -- : pponlinestore.com/index.php?option=com_h...ctrl=checkout&step=0
-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.x

Hello,

I want to display the two columns at the registration step. At present if a user comes to the registration step, there is a whole one column.

Please check pponlinestore.com/index.php?option=com_c...cle&id=26&Itemid=244

I want the second column to start from the complimentary address (you will come to know this page when you select any one of the product and proceed to make the payment - just for a demonstration purpose). Please guide me on how to make that registration section in two columns.

Also I want to customize the cart module. By mistake if the user clicks on the cancel button, there should be a safer option for him to add the same product back immediately from the same module.

Please guide me how to do it.

Awaiting Urgently,

GAURAV

Please Log in or Create an account to join the conversation.

  • Posts: 26247
  • Thank you received: 4038
  • MODERATOR
10 years 9 months ago #167681

Hi,

First, you can read the documentation about the display customization using the HikaShop override system :
www.hikashop.com/support/support/documen...ize-the-display.html

You're using Joomla 3 with a bootstrap template, so you should edit the view "checkout | registration_bootstrap"

About the cart module customization, there is nothing to customize there, the best I see is to add some PHP code in order to display a Joomla message saying that the product "..." has been removed from the cart (and provide a link to re-add this product).
This kind of modification can be done using a custom plugin or by modifying the HikaShop core files.
I recommend the plugin because it allow you to update HikaShop without any problem (without loosing your modification).
www.hikashop.com/support/support/documen...umentation.html#cart

The trigger "onAfterCartUpdate" will be the most appropriate one (you have the product_id and the quantity, which is 0 when a product is removed).

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.

  • Posts: 66
  • Thank you received: 0
10 years 9 months ago #167713

Thank you for your reply.

How to do it then with plugin? I mean which is the plugin which will allow me to do so?

Please Log in or Create an account to join the conversation.

  • Posts: 83905
  • Thank you received: 13581
  • MODERATOR
10 years 9 months ago #167716

You need to develop a new hikashop plugin and implement in it the onAfterCartUpdate function as Jerome said.
Here is the Joomla documentation explaining how to create a plugin:
docs.joomla.org/J3.x:Creating_a_Plugin_for_Joomla

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum