Custom html modifications in the Checkout page

  • Posts: 19
  • Thank you received: 0
11 years 2 months ago #147492

-- url of the page with the problem -- localhost
-- HikaShop version -- : 2.2.3
-- Joomla version -- :2.5.17
-- PHP version -- : 5.3.13
-- Browser(s) name and version -- : FreFox 27.0.1
-- Error-message(debug-mod must be tuned on) -- : Error_message

Hi,

In HK's Checkout page, I would like to enclose the login and registration sections within a tab. The tab header anchors should be inserted just below the "#hikashop_checkout_login" div wrapper as shown. Is it possible? If so, where should I append the html anchor tab code? (Sorry, if this is not the correct forum.)

TIA

The current html code looks as follows:

<div class="hikashop_checkout_login row-fluid" id="hikashop_checkout_login">
   <!-- To add: Would like to insert the tab header anchors here. For instance:
	 [color=#000044] <ul id="tabsCheckout">
        <li><a href="#hikashop_checkout_login_left_part">Login</a></li>
        <li><a href="#hikashop_checkout_login_right_part">Register</a></li>       
    </ul>[/color]
	-->

	<div class="hikashop_checkout_login_left_part span4" id="hikashop_checkout_login_left_part">
	....
	</div>

	<div class="hikashop_checkout_login_right_part span8" id="hikashop_checkout_login_right_part">
	...
	</div>

</div>

Last edit: 11 years 2 months ago by Helveticus.

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

  • Posts: 26251
  • Thank you received: 4040
  • MODERATOR
11 years 2 months ago #147511

Hi,

Yes to should be possible.
You can override HikaShop views so you can have the display you want.
If you want to have tabs instead of the current switcher, you can integrated it in the HikaShop views.

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.059 seconds
Powered by Kunena Forum