Post by mal-schauen » Mon Apr 13, 2009 1:10 am

How can I here

Source path: ../catalog/language/english/account/create.php

Code: Select all

$_['mail_line_5']          = 'Your Store';
set the "Your Store" relatively , so the shop name is automatically used.

With %s?

Alles für die Anwendung im deutschen Sprachraum
Hier gehts zum deutschen Forumbereich


User avatar
Moderator

Posts

Joined
Sun Feb 08, 2009 11:16 pm
Location - Germany

Post by fido-x » Mon Apr 13, 2009 10:19 am

Changing line 28 in "catalog/controller/account/create.php" from --

Code: Select all

$message .= $this->language->get('mail_line_5');
to

Code: Select all

$message .= $this->config->get('config_store');
should give you what you want.

Image
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool

If you're not living on the edge ... you're taking up too much space!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia

Post by mal-schauen » Mon Apr 13, 2009 4:21 pm

After I had changed the controller do I add it so?

Code: Select all

$_['mail_line_5']          = '%s';

Alles für die Anwendung im deutschen Sprachraum
Hier gehts zum deutschen Forumbereich


User avatar
Moderator

Posts

Joined
Sun Feb 08, 2009 11:16 pm
Location - Germany

Post by Daniel » Mon Apr 13, 2009 7:14 pm

this will be in the next release.

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm
Who is online

Users browsing this forum: Amazon [Bot] and 144 guests