How to edit the behavior of "checkout_navigator"

23.07.2013 11:48
#1
rowphant
Joomshopping forum user no avatar
Name: Row
23.07.2013
Сообщения: 4
Quote
How to edit the behavior of "checkout_navigator"

Hey there!

Im just editing the checkout process with a special look on the co called "checkout_navigator".
I already took a look on the menu.php in ".../templates/checkout" but i need to go in deeper. Id like to define the tags and links of single menu points/steps.

Can you tell me which folder/file is handling that?


Joomla: 3
JoomShopping: 4
 
23.07.2013 16:52
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: How to edit the behavior of "checkout_navigator"

com_jshopping\templates\default\checkout\menu.php

 
24.07.2013 15:53
#3
rowphant
Joomshopping forum user no avatar
Name: Row
23.07.2013
Сообщения: 4
Quote
Aw: How to edit the behavior of "checkout_navigator"

Thx for the answer but you missunderstood. ;)

I told, i've already found the menu.php but its NOT what i am looking for.

I need to define/edit the menu more detailed: That means i have to define which element is linked/highlighted or whatever.
For example: i want to remove the a-Tags around the menu points (...and replace them).

The menu.php gives me:
<table class = "table table-bordered">
<tr>
<?php foreach($this->steps as $step){?>
<td class = "jshop_order_step">
<h4><?php print $step;?></h4>
</td>
<?php }?>
</tr>
</table>


i need to edit "$step" but dont know which file this is.


Последнее изменение: 24.07.2013 15:54
 
24.07.2013 16:50
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: How to edit the behavior of "checkout_navigator"

components/com_jshopping/controllers/checkout.php

function _showCheckoutNavigation($step)

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.