Jump to content

DevMiki

Members
  • Posts

    14
  • Joined

  • Last visited

About DevMiki

  • Birthday 03/03/1986

Profile Information

  • Location
    Netherlands

DevMiki's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. Heb je de juiste file op de juiste locatie? Dus bv. themes/default-bootstrap/product.tpl Als je een andere thema hebt dan default-bootstrap, vervang het dan met de naam van jouw thema. Bij mij ziet de code er zo uit (regel 225 ongeveer): {if !$product->is_virtual && $product->condition} <p id="product_condition"> <label>{l s='Condition:'} </label> {if $product->condition == 'new'} <link itemprop="itemCondition" href="https://schema.org/NewCondition"/> <span class="editable">{l s='New product'}</span> {elseif $product->condition == 'used'} <link itemprop="itemCondition" href="https://schema.org/UsedCondition"/> <span class="editable">{l s='Used'}</span> {elseif $product->condition == 'refurbished'} <link itemprop="itemCondition" href="https://schema.org/RefurbishedCondition"/> <span class="editable">{l s='Refurbished'}</span> {/if} </p> {/if} Eerste zin betekent: als het geen virtueel product betreft en er is een productstatus geselecteerd, doe dan... [rest van de code laat dan de productstatus zien]. Je kunt bovenstaand stukje code verwijderen.
  2. I have this problem everytime I install a new shop If I cannot delete the install folder, I certainly could not rename it too. I don't know how I did it the last time but recently my 2 solutions are: 1. On your browser, remove all cookies from your new shop. 2. Wait a long time and try again. A few hours or the next day. Why? Because someone (most likely you) is connected to the install folder via a webbrowser. While the install folder is still 'in use', you cannot remove the install folder. Very silly.
  3. Hi Gardensofthesun and motion2082, I still haven't found a simple solution. I'm working on a new shop with Prestashop 1.6.1.5 and it is still a problem. The email subjects in Orders -> Statuses are stored in database. I suggest choosing one or the other: -Have a nice message for customers, but also for you & co-workers: "Your order has been shipped" -Have a short clear message, but not so friendly to your customers: "Shipped"
  4. Hi, using PS 1.6.0.13. Whenever I generate a credit slip, the decimals of the product price are omitted. For example: Original invoice: Product price: 9,95 Shipping: 1,95 Credit slip: Product price: 9,00 (despite the fact that I have filled in 9,95 with a comma - just like Shipping) Shipping: 1,95 Anyone else having this problem and/or knows a fix?
  5. Hi there, I have just installed Prestashop on a new website and the installation was succesful. The last step is to rename the admin folder and to delete the install folder. However I cannot delete the install folder completely! I use FileZilla. There is a file within the install folder that won't be deleted, located at install/langs/si/img/.nfs[random chars] The error I'm getting is ".nfs[random chars]: Device or resource busy" How can I remove this file?
  6. Hi, There is a section in the back office named "Customer Service". You can get there by clicking Customers -> Customer Service or by clicking the messages icon as shown in attached file. What I would like is to never receive messages through this Customer Service. Instead all messages should be emailed to my email address. Is this possible? Sometimes there is a message coming in the Customer Service but not to my email address.
  7. Unfortunately, no I was hoping it would be a configuration option. I am afraid we have to change the code files ourselves.
  8. Which version are you using? I have this problem for 1.6.0.13 and 1.5.4.1. When you go to Backend -> Localization -> Translations -> Email templates, do you see this message at 'shipped': No Subject was found for shipped in the database.
  9. No, you did not read the question. The question is about changing the email subject for statuses like 'payment', 'shipped', 'bankwire', etc. You can find these statuses via the Backend -> Orders -> Statuses. The problem is, the only way to change the email subject is to change the status itself via Backend -> Orders -> Statuses. But I and others don't want that. What we want is: Keep the status as it is, so: "Payment received", "Shipped", "Awaiting bankwire". Send the email to the customer with email subject: "We have received your payment", "Your order has been shipped", "We are awaiting your bankwire". This was never possible since 2011 or maybe even earlier.
  10. Hi Jacek Es, Have you found a solution for your problem? I too want to change the email subject without changing the status itself. I also found that this problem exists for many years... A desirable solution would be to change the email subject just like 'account' for example. For now I am looking into the code for 'bankwire', 'payment' and 'shipped' to see if it can be hardcoded.
  11. Hey fellow PrestaShop users! I am using PrestaShop 1.6.0.13, default theme. I would like to change all of my Email subjects via backend -> Localization -> Translations, however for some email templates I cannot do that: For 'shipped', I get the error message: "No Subject was found for shipped in the database." While for 'reply_msg', I get to see the Email subject and I can change it. I found in themes/defaulttheme/mails/en/lang.php that some subjects are missing and others are not. For ex., 'reply_msg' has: $_LANGMAIL['An answer to your message is available #ct%1$s #tc%2$s'] = 'An answer to your message is available #ct%1$s #tc%2$s'; I get that for 'shipped' I can go to Backend -> Orders -> Statuses, but what I would like is: Backend: status is "Shipped", a short and clear message for me & co-workers. Email to customers: email subject "Your order has been shipped", a nicer message to customers than saying only "Shipped". Is this possible, by configuring something in the Backend or if necessary, by changing some files? I have checked recent (2014, 2015) topics about this but unfortunately the solutions were not applicable.
  12. Go to backend: Tools -> Translations In the block "Modify translations", choose "Module translations" Search for block "Module: blockuserinfo" all the way below (under "Theme: prestashop_alt") and there's "Sign in"
  13. Hallo, ik ben nieuw hier op PS en heb het volgende gedaan: -de nieuwste PS geinstalleerd op lokale server -PS 1.4 alternative geinstalleerd via de theme installer Dit gaat goed zonder foutmeldingen, maar ik krijg wel een raar resultaat (zie plaatje). De onderkant ziet er gewoon goed uit, alleen de bovenkant doet raar? Ik had iets gelezen over bepaalde modules deinstalleren en andere modules weer installeren, maar ik zou niet weten welke. Waarmee moet ik beginnen? Zo zou het eruit moeten zien: http://addons.prestashop.com/en/2197-prestashop-14-alternative.html Ik heb al gezocht maar geen succes (engelstalige topics die onbeantwoord blijven), dit is een van de weinige keren dat ik zelf een vraag stel... Ben zelf vastgeroest aan oscommerce dus moet nog mijn weg vinden in PS.
×
×
  • Create New...