register button url

26.01.2012 20:49
#1
Dan_Brad
Joomshopping forum user no avatar
Name: Dan
19.01.2012
Posts: 2
Quote
register button url

Hello,

First of all! i love joomshopping!!

But after a little help...

when a product is added to cart and someone clicks checkout they are presented with the option to login or click register.

Would it be possible to change the url of the "register" button to point to the community builder registration page?


Last change: 26.01.2012 20:49
 
26.01.2012 23:36
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: register button url

Change template login

components\com_jshopping\templates\default\user\login.php

row

<div style="padding-top:3px;"><input type="button" class="button" value="<?php print _JSHOP_REGISTRATION ?>" onclick="location.href='<?php print $this->href_register ?>';" /></div>

change to

<div style="padding-top:3px;"><input type="button" class="button" value="<?php print _JSHOP_REGISTRATION ?>" onclick="location.href='(.....)';" /></div>


(.....) - url register page


Last change: 26.01.2012 23:37
 
27.01.2012 20:16
#3
Dan_Brad
Joomshopping forum user no avatar
Name: Dan
19.01.2012
Posts: 2
Quote
Aw: register button url

Worked Perfectly!!!

Many thanks :)

 


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.