MarcS Posted June 29, 2013 Share Posted June 29, 2013 Hi as a newbie, I got a few issues and would be glad to get some helpfull hints please. - at the top of the page I got this "Default welcome msg! - Log in - Register - Whishlist!"...I could not figure out where to edit this - free delivery section ... same problem, where could I edit / deactivate this? - to make the logo bigger, is the only possibilty to modify the header.tpl by adding : {$logo_image_width*2} to make it twice big? - is there a possibility to create products which can't be added to the basket (example: some products could be sold via online shop, others just at the physical shop? How could I solve this? thanks in advance Marc Link to comment Share on other sites More sharing options...
vekia Posted June 29, 2013 Share Posted June 29, 2013 - at the top of the page I got this "Default welcome msg! - Log in - Register - Whishlist!"...I could not figure out where to edit this this is block user info module, just edit module .tpl file (make sure that you edit correct file, sometimes files related to this addon are also in the theme dir) - free delivery section ... same problem, where could I edit / deactivate this? what you mean by that? you want to remove free delivery or what? - to make the logo bigger, is the only possibilty to modify the header.tpl by adding :{$logo_image_width*2} to make it twice big? you can put own values like width="300" or other, everything depends on you - is there a possibility to create products which can't be added to the basket (example: some products could be sold via online shop, others just at the physical shop? How could I solve this? it is possible, just set product quantity to 0 and turn on option which don't allow to add to cart product which aren't in stock. Link to comment Share on other sites More sharing options...
MarcS Posted June 29, 2013 Author Share Posted June 29, 2013 Wow, thanks for those really quick and competent answers :) free delivery - yes, I want to deactivate it Link to comment Share on other sites More sharing options...
vekia Posted June 29, 2013 Share Posted June 29, 2013 so if you want to remove the free delivery, go to the shipping > carriers tab in your back office and configure it as you want. you've got there possibility to edit & create new carriers in your store. Link to comment Share on other sites More sharing options...
MarcS Posted June 29, 2013 Author Share Posted June 29, 2013 OK, one more: in the userblockinfo.tpl there's this: {l s='Welcome' mod='blockuserinfo'} but where can I find this text to edit it? "Default welcome msg!" Link to comment Share on other sites More sharing options...
vekia Posted June 29, 2013 Share Posted June 29, 2013 all translations you can do in the back office under the localization > translations tab from dropdown select the "modules" translations, click on flag you want to translate and translate anything you want. you've got there full list of modules available to translate, just search for modules you want to translate and do the show Link to comment Share on other sites More sharing options...
MarcS Posted June 29, 2013 Author Share Posted June 29, 2013 I go this when trying: Warning: Your hosting provider is using the suhosin patch for PHP, which limits the maximum number of fields allowed in a form: 1000 for suhosin.post.max_vars. 1000 for suhosin.request.max_vars. Please ask your hosting provider to increase the suhosin limit to 2321 at least or edit the translation file manually. Link to comment Share on other sites More sharing options...
vekia Posted June 29, 2013 Share Posted June 29, 2013 well, this is not prestashop issue but problem related to the hosting configuration, you can try with this: max input vars configuration sometimes hosting provider don't allow to change max input vars param value, so in this case you should try to contact with them and ask for increasing the max input vars param value. Link to comment Share on other sites More sharing options...
MarcS Posted June 29, 2013 Author Share Posted June 29, 2013 I will check with my provider then. Thanks. - Regarding responsive, I checked the responsive feature setting - this works, when resizing the browser window, but when I open the page with my smartphone, it appears like an jquery moblie site. - is there no contact form available in the default or leo wine? Do I have to add another addon for creating contact form? Are there some good free ones? Link to comment Share on other sites More sharing options...
vekia Posted June 29, 2013 Share Posted June 29, 2013 - Regarding responsive, I checked the responsive feature setting - this works, when resizing the browser window, but when I open the page with my smartphone, it appears like an jquery moblie site. you can turnmobile version off under the preferences > themes if you disable it, then your website on mobile browsers will looks like "PC" version (with responsiveness) is there no contact form available in the default or leo wine? Do I have to add another addon for creating contact form? Are there some good free ones? contact form is default prestashop feature, it should be somewhere on your template (probably you've got link to the contact form page in your footer but im not sure) Link to comment Share on other sites More sharing options...
MarcS Posted June 29, 2013 Author Share Posted June 29, 2013 Responsive - solved, exept for this "remove the free delivery"...I disabled all carriers, but this section is still on the page, how could I get rid of it ... unhooking maybe? Contact form - hmm, could not find such a module, what is the name of it? Found just block contact info and contact block modules. Link to comment Share on other sites More sharing options...
vekia Posted June 29, 2013 Share Posted June 29, 2013 well, it's not module, it's a default feature in prestashop engine. it's usually on page like: http://YOUR_DOMAIN/en/contact-us (with friendly urls) Link to comment Share on other sites More sharing options...
MarcS Posted June 29, 2013 Author Share Posted June 29, 2013 ah, get it, my shop was installed in german, so my url ends with /en/kontaktieren-sie-uns Last thing I'm stucked with is the removal of "free delivery"...any other hint there please? Link to comment Share on other sites More sharing options...
vekia Posted June 29, 2013 Share Posted June 29, 2013 can you show us how your carriers tab looks like? YOu need also to configure all shipping tab, define price ranges, weight ranges etc. it's necessary Link to comment Share on other sites More sharing options...
vekia Posted June 29, 2013 Share Posted June 29, 2013 btw. these questions aren't related to the leotheme template configuration, these questions are strictly related to the prestashop configuration so if it is possible, please create separate threads for your questions sorry to bother you, but if we create separate threads - then other merchans with similar questions will have possibility to find an answers easily Link to comment Share on other sites More sharing options...
MarcS Posted June 30, 2013 Author Share Posted June 30, 2013 (edited) Hello again, new issues ... 1)The add to cart button in the home page is not working properly. When clicking "add to cart" from any product, the animation is not been showed and the cart is not updated. 2) Changing the Logo size like this isn't working <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="300px"{/if} {if $logo_image_height}height="82px" {/if} /> Besides, I mad an transparent background (png-24), but after adding it to the site, it becomes a white background!? Edited June 30, 2013 by MarcS (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 30, 2013 Share Posted June 30, 2013 2. you have to use css styles in the style="", becausethe method: width="300px" height="300px" will not work. 1. check browser error log, you've got probably errors in the ajax request. in chrome: ctrl+shift+J then click on add to cart, if any error appear - please paste it here Link to comment Share on other sites More sharing options...
MarcS Posted July 1, 2013 Author Share Posted July 1, 2013 Hi Vekia, the support from Leothemes is ... difficult. Add to cart is working with default template, but not with Leo wines (Availabilty of product is OK). Logo is fine, I had also to put display: inline-table; My provider sets the values to 10000, but when I want to go to localization - translation -Front office translation, I got still this error: Warning: Your hosting provider is using the suhosin patch for PHP, which limits the maximum number of fields allowed in a form: 10000 for suhosin.post.max_vars. 1000 for suhosin.request.max_vars. Please ask your hosting provider to increase the suhosin limit to 1503 at least or edit the translation file manually. Link to comment Share on other sites More sharing options...
Xavier du Tertre Posted July 2, 2013 Share Posted July 2, 2013 Hi Marc! Did you purchase this theme from PrestaShop's marketplace, Addons.prestashop.com? Link to comment Share on other sites More sharing options...
MarcS Posted July 2, 2013 Author Share Posted July 2, 2013 Hi Xavier, yes, I did. 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