-
Posts
26 -
Joined
-
Last visited
-
Days Won
2
Everything posted by rl_lucian
-
Admin Cart gives error 500 when trying to use it
rl_lucian replied to Crossbones's topic in General topics
This solution worked for us also! Thanks @lordshop. In ps_order table, id_curency column, there was some values set to "0". We changed those values from "0" to "1" because these is shop default curency ID, and the problem was solved: https://ibb.co/qyV4Rzn -
Select city dropdown option - Prestashop 1.7
rl_lucian replied to rl_lucian's topic in Looking for a module or a theme
Thanks Daresh. Any ideea on how can we implement this customisation, in order to be update compatible? -
Hello, Our client only delivers to 4 cities, so we are looking for a module that: 1) Enables city selections by dropdown - in customer account - adresses section 2) Enables city selections by dropdown - in order steps process. We should have the option of creating this custom cities, that will be displayed as dropdown options, for the client to select. >> https://ibb.co/tKJ6vh4 Please give us your support in finding a solution. Thank you!
-
I will post here the solution to a problem that i confrunted a few days. If you want to eliminate [Shop Name] from the Order Confirmation Email Subject, this is the solution for Prestashop 1.7: classes/Mail.php Change: $subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $idShop).'] '.$subject; To: //$subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $idShop).'] '.$subject; Just comment that row.
-
Hello, On default Prestashop 1.7.4.2 theme, i had enabled product stock filter and product condition filter, in Faceted Search module: ==> https://ibb.co/ikXiGK The problem is that in frontoffice, this 2 filters does not display, nomatter options i configure: ==> https://ibb.co/m0HNAe How can this issue be solved? Thank you!
- 3 replies
-
- faceted search
- product stock filter
-
(and 1 more)
Tagged with:
-
[SOLVED] Change Product Display Order
rl_lucian replied to spazzo's topic in Configuring and using PrestaShop
There is one more step you need to take after you proceed with the above modifications: Go to -> Modules -> Layered navigation block -> Configuration -> Show products from subcategories -> Set to NO After this, the ordere you had set in admin will be displayed in frontoffice! -
I can't save changes to my products in Prestashop 1.7
rl_lucian replied to donscalos's topic in 1.7.2.x [Current]
Related the "unable to update settings" problem that does not let you save product modifications. Go to Catalog -> Products -> Open a product -> go to Description tab -> Make sure 6000 character limit is not exceeded -> Click Save ==> https://i.imgur.com/jOTEhzR.png After that i was able to save any modification made to that product! -
Related the "unable to update settings" problem that does not let you save product modifications. Go to Catalog -> Products -> Open a product -> go to Description tab -> Make sure 6000 character limit is not exceeded -> Click Save ==> https://i.imgur.com/jOTEhzR.png After that i was able to save any modification made to that product!
-
To insert insert responsive youtube iframe on CMS pages please follow this steps: 1) Go to Admin -> Preferences -> General - Allow iframes on HTML fields set to -> Yes - Use HTMLPurifier Library set to -> No 2) Go to -> Preferences -> CMS -> edit the CMS page you want to insert iframe in -> click on Source code icon -> paste the code from below -> click Save <div class="video-container"><iframe width="300" height="150" src="https://www.youtube.com/embed/h4s0llOpKrU?rel=0&showinfo=0" frameborder="0"></iframe></div> 3) Go to custom CSS folder -> paste the below code -> click Save .video-container { position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden; } .video-container iframe, .video-container object, .video-container embed { position:absolute; top:0; left:0; width:100%; height:100%; } Now, if you check that CMS page, should have a responsive youtube video integrated.
- 3 replies
-
- 3
-
-
-
- responsive youtube iframe
- cms page video
-
(and 1 more)
Tagged with:
-
Disable product QuickView on Prestashop 1.7
rl_lucian replied to Malemi's topic in 1.7.2.x [Current]
I just used this css command in theme.css or custom.css, instead of altering any .tpl files: .thumbnail-container .quickview a { display: none; } -
You are a life saver. Thank you!
-
php accelerator for Prestashop 1.7
rl_lucian replied to vvucic's topic in Installing PrestaShop for the first time
-
They said if we make the update to Presta core, before doing the update to template, problems will appear, because of the fact that 1.7.1.0 has significant modifications from 1.7.0.5.
-
I had succeded upgrade on one of our developing shops, from 1.7.0.6 to 1.7.1.0. 90% of the customisation we made on homepage are gone, and the custom theme was reseted on demo state. The theme developers said that they will have to update the theme first, and only after that we shoud make the upgrade.
-
Same here.. Tryed with major release and with local directory, same results: error, and needed to put back the 1.7.0.5 backup. Our clients are not very happy..
-
Hello, I am trying to change default preselected country, in country dropdown list, located in customer adress page. On my shop (Prestashop 1.6.1.11) the preselected country is United States ==> https://i.imgsafe.org/cc8d57507a.png How can I change this to Belgium, what files I would have to customise? Thanks!
-
Subcategories with same name (Prestashop 1.7.0.4)
rl_lucian replied to maccio's topic in 1.7.2.x [Current]
I have the same problem. In 1.7.0.5 the bug is not fixed yet. -
Yes, i have this problem to! This was not a problem in Prestashop 1.6, and it is very difficult for me to explain to my customer that sels shoes that it can`t have: Men > Boots Woman > Boots In order to work i had to make it this way: Men > Men Boots Woman > Woman Boots And this is redundand and very frustrating..
-
Hello Pascal, Can you please tell us how can i translate Currency Sign from "RON" to "LEI" in Prestashop 1.7? Front: https://i.imgsafe.org/fce0c69115.png Back: https://i.imgsafe.org/fce0b8e5bf.png Thank you!
-
PS 1.7.0.2 One click upgrade: Error Unable to check md5 files
rl_lucian replied to zumbador's topic in General topics
This is how I managed to upgrade to presta 1.7.0.5 (from 1.7.0.4): 1) Downloade the 1 Click Update module (version 2.0.4) -> https://addons.prestashop.com/en/data-migration-backup/5496-.html I had Installed it in my shop. 2) Using Filezilla I went to shop -> admin -> autoupgrate Here i saw that some files/folders had 0666 and 0777 permisions. I had changed the permisions to 0644 and 0755. 3) In admin shop i went to 1-Click Upgrade module Start Your Update -> More Options (Expert Mode) -> Channel -> * Major release -> Save Backup Options -> Back up my files and database -> No -> Back up my images -> No -> Save (I recomand doing a backup before, using CPanel/filezilla). Upgrade options -> Server performance -> Low Disable non-native modules -> No Upgrade the default theme -> Yes Switch to the default theme -> No Keep the default e-mails -> No -> Save Click on -> Upgrade prestashop now It took a few minutes, and te upgrade was succesfull.- 50 replies
-
- 12
-
-