
PovkaREAL
Members-
Posts
44 -
Joined
-
Last visited
Everything posted by PovkaREAL
-
Adding new language to PS 1.6
PovkaREAL replied to PovkaREAL's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
- -
Adding new language to PS 1.6
PovkaREAL replied to PovkaREAL's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Sorry for disturbing. I have checked - it works automatically Thanks! -
Hello Colleagues, could you please help me to add new language and keep my old links? Now I have a shop with only one language (Lithuanian). I want to add one more language (English). After adding new language my site looks like this: English - www.belts.lt/en Lithuanian - www.belts.lt/lt as before it was simply www.belts.lt So, all of my old backlinks becoming page-not-found 404. Is it possible to redirect them to new /lt ? And how to do it step by step? Thank you very much! Best regards, PovkaREAL
-
Hello, I am displaying some customized information on product.tpl: <font size="3" color="red"> ( <span id="comb_label">{math equation="(x/y)" x=$product->getPrice(true, $smarty.const.NULL) y=3.4528 format="%.2f"}</span> € ) </font> It is printing price in Euro near my default currency Lithuanian Litas (LTL). LTL is only one currency on my store. But now I want to add some new currencies (€ and $) to my store. I want to use this code only then LTL is selected. How to do this? Thanks for help! Best regards, Povilas Belts.lt
-
[solved] Multishop physical URL
PovkaREAL replied to PovkaREAL's topic in Configuring and using PrestaShop
Thanks for help! After consulting with server provider I have made correct configuration of domains pointing. It was necessary to redirect new domain to my server and then through the DirectAdmin panel point this domain to main domain selecting "Alias" check box. I have few more questions regarding multistore customization, but I will open new topic for this. Best regards, PovkaREAL -
[solved] Multishop physical URL
PovkaREAL replied to PovkaREAL's topic in Configuring and using PrestaShop
Hello again, so I have configured new domain (purses24.eu) to point to main domain (belts.lt). Then I trying to enter Purses24.eu it automatically redirecting me to belts.lt domain. Could you please help me to found a problem? Screenshots of configuration attached. Best regards, Povilas -
[solved] Multishop physical URL
PovkaREAL replied to PovkaREAL's topic in Configuring and using PrestaShop
-
Hello, could you please help me to configure URL options for secondary shop then folders stucture on my server looks like this: main shop: /domains/name1.com/public_html/ secondary: /domains/name2.com/public_html/ Best regards, PovkaREAL
-
Hello after I have upgraded from 1.5.6.2 to 1.6.0.8 I can't access "BO -> CATALOG -> PRODUCTS" it hangs for about 45 sec. and then displays error (pic. attached): Bad SQL query MySQL server has gone away All other features seems works good after upgrade. Thanks in advance for your help! Best regards, Povilas
-
- SQL
- Bad SQL query
-
(and 3 more)
Tagged with:
-
Thank you very much! Now it works! Manually putted code works fine, so I have left ganalytics module disabled!
-
vekia, if I putting code to my header.tpl my web page doesn't start, just white screen in browser
-
This is all what I can found regarding analytics: <script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script> .... <!-- ?php include_once("analyticstracking.php") ? --> Does I need to mark "Universal Analytics Active" in ganalytics module? http://belts.lt
-
Hello, I have upgraded my e-shop to 1.5.6.1. After it Google analytics doesn't work. I tried to reinstall ganalytics module, but no changes. Any ideas? Best regards, Povilas, http://Belts.lt
-
[SOLVED] Adding some information to address form
PovkaREAL replied to PovkaREAL's topic in Configuring and using PrestaShop
Thanks, done. -
[SOLVED] CSS question how to use "display:line"
PovkaREAL replied to PovkaREAL's topic in Core developers
Excellent! Thank you very much!!! Best regards, Povilas Belts.lt -
[SOLVED] CSS question how to use "display:line"
PovkaREAL replied to PovkaREAL's topic in Core developers