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
how should I change in the hidden2 the register link toward virtuemart login?
Bye
Patrick
-
- Fresh Boarder
- GK User
- Mon Jan 18, 2010 8:38 pm
Hi
Open index.php file and find this code:
replace it with:
Cheers
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

-
- Platinum Boarder
- GK User
- Mon Jan 18, 2010 10:38 pm
WOW! Perfect!
Tnx!

Tnx!
-
- Fresh Boarder
- GK User
- Tue Jan 19, 2010 1:00 pm
perfect
-
- Fresh Boarder
- teitbite
- Tue Jan 19, 2010 1:15 pm
Hi
Wow
Double perfect.
Wow

-
- Moderator
- GK User
- Tue Jan 19, 2010 3:19 pm
hihihihi, no sorry, I've really another problem
look
The login form is standard joomla login and not the virtuemart login (mail address + password self-generated)

look

The login form is standard joomla login and not the virtuemart login (mail address + password self-generated)
-
- Fresh Boarder
- teitbite
- Tue Jan 19, 2010 3:28 pm
Hi
What is the site's address?
What is the site's address?
-
- Moderator
- GK User
- Tue Jan 19, 2010 3:59 pm
Sorry, my site is not yet online 

-
- Fresh Boarder
- GK User
- Tue Jan 19, 2010 4:27 pm
Hi
Try adding this code on template_css.css file:
Cheers
Try adding this code on template_css.css file:
- Code: Select all
#hiddenarea_wrap2 {
padding: 10px!important}
Cheers

-
- 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.
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.
-
- Fresh Boarder
- GK User
- Wed Sep 15, 2010 11:45 am
Which index.php file is this?
-
- Fresh Boarder
- teitbite
- Thu Sep 16, 2010 5:19 pm
Hi
nut85 can You be a little more specific? I do not understand.
nut85 can You be a little more specific? I do not understand.
-
- 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
-
- 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.
Because this is the thread for eshopcom template, not for mystore. Thoose templates got completly diffrent structure.
-
- Moderator
- GK User
- Wed Sep 22, 2010 3:14 pm
Is there a solution for this for the mystore template?
-
- 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.
You should search for register code in register.php file located in layouts/blocks/user/ directory.
-
- Moderator
16 posts
• Page 1 of 1