Rockman X Posted September 2, 2009 Share Posted September 2, 2009 Hi guys,i'm getting the hang of prestashop now i created a new theme, and it's located here: http://websites.starkhost.net/industrialdiesels/web/v1.1/shop/let me know what you guys think of the theme.Thanks for any input! Link to comment Share on other sites More sharing options...
Katmatcreations Posted September 2, 2009 Share Posted September 2, 2009 That looks perfect, very professional! Link to comment Share on other sites More sharing options...
TropischBruin Posted September 2, 2009 Share Posted September 2, 2009 Another great piece of work.I like what you did to the currency selector.Are you willing to share that code? Link to comment Share on other sites More sharing options...
radders Posted September 2, 2009 Share Posted September 2, 2009 Looks really good and suits the business perfectly!I also like your more conventional currency selector. With the default one it is often hard to tell which currency is selected (although you can of course see it reflected in the prices). Link to comment Share on other sites More sharing options...
Rockman X Posted September 2, 2009 Author Share Posted September 2, 2009 Another great piece of work.I like what you did to the currency selector.Are you willing to share that code? it's actually easy to modify the modules (if you understand basic html, a bit of javascript and PHP )anyway, this the the edited version of blockcurrencies.tpl <!-- Block currencies module --> [removed][removed] <form id="setCurrency" action="{$request_uri}" method="post"> {l s='Currencies' mod='blockcurrencies'} {foreach from=$currencies key=k item=f_currency} {$f_currency.name} {/foreach} <input type="hidden" name="id_currency" id="id_currency" value=""/> <input type="hidden" name="SubmitCurrency" value="" /> </form> <!-- /Block currencies module --> Thanks for the comments guys! Link to comment Share on other sites More sharing options...
TropischBruin Posted September 3, 2009 Share Posted September 3, 2009 Another great piece of work.I like what you did to the currency selector.Are you willing to share that code? it's actually easy to modify the modules (if you understand basic html, a bit of javascript and PHP )anyway, this the the edited version of blockcurrencies.tpl <!-- Block currencies module --> [removed][removed] <form id="setCurrency" action="{$request_uri}" method="post"> {l s='Currencies' mod='blockcurrencies'} {foreach from=$currencies key=k item=f_currency} {$f_currency.name} {/foreach} <input type="hidden" name="id_currency" id="id_currency" value=""/> <input type="hidden" name="SubmitCurrency" value="" /> </form> <!-- /Block currencies module --> Thanks for the comments guys! Thanks for the share!Any change you can do the same with the language selector? :cheese: Link to comment Share on other sites More sharing options...
sp Posted September 3, 2009 Share Posted September 3, 2009 i need this theme... http://websites.starkhost.net/industrialdiesels/web/v1.1/shop/where is the download link ? Link to comment Share on other sites More sharing options...
jhnstcks Posted September 3, 2009 Share Posted September 3, 2009 @TropischBruinhttp://www.prestashop.com/forums/viewthread/12555/modules/module_lang_and_currency_menu Link to comment Share on other sites More sharing options...
radders Posted September 3, 2009 Share Posted September 3, 2009 What got removed? <!-- Block currencies module --> [removed][removed] Link to comment Share on other sites More sharing options...
Melissa Posted September 3, 2009 Share Posted September 3, 2009 Hi guys,i'm getting the hang of prestashop now i created a new theme, and it's located here: http://websites.starkhost.net/industrialdiesels/web/v1.1/shop/let me know what you guys think of the theme.Thanks for any input! i think it looks great Link to comment Share on other sites More sharing options...
Rockman X Posted September 3, 2009 Author Share Posted September 3, 2009 i need this theme... http://websites.starkhost.net/industrialdiesels/web/v1.1/shop/where is the download link ? Hi,I'm sorry, but the theme isn't for sale or free. Link to comment Share on other sites More sharing options...
Rockman X Posted September 3, 2009 Author Share Posted September 3, 2009 What got removed? <!-- Block currencies module --> [removed][removed] mmmm.... don't know why [remove][/remove] is there.it should have this:< script type="text/javascript" src="{$module_dir}blockcurrencies.js"></ script> make sure you remove the space after the < and Link to comment Share on other sites More sharing options...
sp Posted September 4, 2009 Share Posted September 4, 2009 ok, i can payhow to pay and what is the cost ? Link to comment Share on other sites More sharing options...
TropischBruin Posted September 4, 2009 Share Posted September 4, 2009 @TropischBruinhttp://www.prestashop.com/forums/viewthread/12555/modules/module_lang_and_currency_menu Yep, I remembered that module.What I like about the code used in this template is that it does not use space in one of the colums. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now