Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Modules
»
ios module product page
« previous
next »
Print
Pages: [
1
]
Author
Topic: ios module product page (Read 3890 times)
mgrc
Newbie
Posts: 45
ios module product page
«
on:
May 10, 2010, 12:50:17 »
For this module the "out of stock" line from language file would not show up on the eshop homepage, just a containing div.
I changed line 367 in mod_eshop_productspage.php from:
echo '<div class="eshop_outstock">'.$eshop->lng->OUTOFSTOCK2."</div>\n";
to:
echo '<div class="eshop_outstock">'.$this->eshop->lng->OUTOFSTOCK2."</div>\n";
and now it works!
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: ios module product page
«
Reply #1 on:
May 10, 2010, 14:01:36 »
Yes, you are absolutely correct.
My fault, sorry.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Modules
»
ios module product page