Virtuemart login

Create unique look and build successful ecommerce website with eShop Joomla template.
GK User
Mon Jan 18, 2010 8:02 pm
Hi!

how should I change in the hidden2 the register link toward virtuemart login?

Bye

Patrick
User avatar
Fresh Boarder

GK User
Mon Jan 18, 2010 8:38 pm
Hi

Open index.php file and find this code:

Code: Select all
<?php if($this->params->get("show_register", 1) == 1) : ?>
<a href="<?php echo JRoute::_( 'index.php?option=com_user&task=register' ); ?>"><?php echo JText::_('REGISTER'); ?></a>
<?php endif; ?>


replace it with:

Code: Select all
<?php if($this->params->get("show_register", 1) == 1) : ?>
<a href="<?php echo JRoute::_( 'index.php?option=com_virtuemart&page=shop.registration&Itemid=53' ); ?>"><?php echo JText::_('REGISTER'); ?></a>
<?php endif; ?>


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Jan 18, 2010 10:38 pm
WOW! Perfect! :)

Tnx!
User avatar
Fresh Boarder

GK User
Tue Jan 19, 2010 1:00 pm
perfect
User avatar
Fresh Boarder

teitbite
Tue Jan 19, 2010 1:15 pm
Hi

Wow :) Double perfect.
User avatar
Moderator

GK User
Tue Jan 19, 2010 3:19 pm
hihihihi, no sorry, I've really another problem :)

look



Image


The login form is standard joomla login and not the virtuemart login (mail address + password self-generated)
User avatar
Fresh Boarder

teitbite
Tue Jan 19, 2010 3:28 pm
Hi

What is the site's address?
User avatar
Moderator

GK User
Tue Jan 19, 2010 3:59 pm
Sorry, my site is not yet online :(
User avatar
Fresh Boarder

GK User
Tue Jan 19, 2010 4:27 pm
Hi

Try adding this code on template_css.css file:

Code: Select all
#hiddenarea_wrap2 {
padding: 10px!important}


Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Jan 19, 2010 5:14 pm
Hi Seichinha, your code adding as fix the alignement but my problem is the items required.

I set user registration in "silent mode", my regitration's items are Virtuemart e-mail and automatic generated password, not joomla's username e password.
User avatar
Fresh Boarder

GK User
Wed Sep 15, 2010 11:45 am
Which index.php file is this?
User avatar
Fresh Boarder

teitbite
Thu Sep 16, 2010 5:19 pm
Hi

nut85 can You be a little more specific? I do not understand.
User avatar
Moderator

GK User
Mon Sep 20, 2010 6:20 pm
Above is mentioned: "Open index.php file and find this code:" don't know where the file is located, and cannot find it in /www/templates/gk_mystore/index.php
User avatar
Fresh Boarder

teitbite
Wed Sep 22, 2010 12:15 pm
Hi

Because this is the thread for eshopcom template, not for mystore. Thoose templates got completly diffrent structure.
User avatar
Moderator

GK User
Wed Sep 22, 2010 3:14 pm
Is there a solution for this for the mystore template?
User avatar
Fresh Boarder

teitbite
Fri Sep 24, 2010 11:16 am
Hi

You should search for register code in register.php file located in layouts/blocks/user/ directory.
User avatar
Moderator


cron