Jump to content

nikolaik

Members
  • Posts

    16
  • Joined

  • Last visited

About nikolaik

  • Birthday 03/03/1963

Profile Information

  • Location
    Bulgaria

Recent Profile Visitors

2,611,403 profile views

nikolaik's Achievements

Newbie

Newbie (1/14)

  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare

Recent Badges

0

Reputation

  1. Hi guys, Since it was my enquiry I feel it might be of help to someone to share my experience: AddWeb Solution, it's not an option to change my default currency to Euro and thus look for an solution. I had to adopt environment to my shop and not my shop to the environment, since the owners operate mainly on BG market and sell in BGN. I was in an intensive research to find why wasn't this working. Appeared it was a fault in the default PS Facebook module. The developers said they are working on update but didn't give me a deadline for release and therefore I was not sure when/if this would be fixed. Therefore I went for using an alternative/paid module. This is the "Facebook Dynamic Ads + Pixel & Conversions API". It worked perfectly and allowed me to synchronise my online shop with the FB shop. You can take a look if you are interested at: https://www.facebook.com/shopfishmania.eu/shop/?view_public_for=1582739368615266&ref_code=mini_shop_profile_tile_shop_card&ref_surface=profile ...... and yes, the FB shop is in BGN. Thanks and hope this helps someone.
  2. Hi guys, I have a PS shop (PS 1.7.8.5) and I want to connect it to a Facebook page and FB shop to display catalogue, use messenger chat etc. My shop has Bulgarian lev (BGN) and Euro (EUR) currencies active. I am trying to link the PS Facebook module to my FB account but I receive error: "Your account wasn't connected The currency BGN currently associated with your website isn't supported on Facebook. Contact PrestaShop Social Media for support." Facebook does not support BGN but why should this be a reason to not connect 2 accounts? Please advise of how to fix this. I would appreciate any advice. Thanks.
  3. This is exactly your problem. (Options FollowSymLinks or SymLinksIfOwnerMatch is off )..... You have to turn this option to ON and installation will go on normally. I have access to the web server (Apache) and turned it on from there. Should also work if you use .htaccess.
  4. PrestaShop™ 1.5.5.0 commenting this code perfectly solved the issue. Thanks for the solution.
  5. Thanks, that helped me too. Clients would usually prefer to add mobile phone and showing it on orders saves time to merchant.
  6. Thanks guys, You helped me solve the problem. Appeared that hosting company's guys simply placed php.ini in the root directory of the site. This didn't affect the subdirectory where my admin was. I copied that file to the admin subdirectory and that did the job. Now I can edit my translations. Simple and effective. Keep on your good support. Nick
  7. Hi Guys, I thought it's better to ask for help here rather than opening a new theme as my problem is quite similar. I can not manage translations as my admin says max_input_vars is limited to 1000 while I need greater value. I asked my hosting provider to change this setting (increase it to 2000) and they did so. Proved this by phpinfo. Strangely my admin still insists value is 1000 and won't let me edit translations. ( I had to change two other settings to get a module working. Memory limit Max execution time but my admin Info still shows old and non-valid values) Cleaned cache and recompiled attempting to get the new values but no luck. I'm short of ideas. Can you please help me. Thanks (1.5.4.1 PS with MegaShop theme)
  8. Here it is Module is marked version 1-5-1 and contains my translation in Bulgarian. Download link.
  9. Well zwaissmen, You've done an excellent job. I uploaded your version and of course translated send_to_my_friend.html in Bulgarian. It just works fine now. Thanks a lot for the support. I'll upload and post a link here to your module with BG translation in it. Nick
  10. Sure. The module I use could be downloaded from here. (Module also contains the bg translation I made) My PrestaShop is v 1.5.1.0
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Message from {shop_name}</title> </head> <body> <table style="font-family:Verdana,sans-serif; font-size:11px; color:#374953; width: 550px;"> <tr> <td align="left"> <a href="{shop_url}" title="{shop_name}"><img alt="{shop_name}" src="{shop_logo}" style="border:none;" ></a> </td> </tr> <tr><td> </td></tr> <tr> <td align="left">Hi <strong style="color:#DB3484;">{name}</strong>,</td> </tr> <tr><td> </td></tr> <tr> <td align="left" style="background-color:#DB3484; color:#FFF; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">{customer} ({mail}) has sent you a link to a product that (s)he thinks may interest you.</td> </tr> <tr> <td align="left"> {customer} wished you leave a message for this product : <p>{message}</p> </td> </tr> <tr><td> </td></tr> <tr> <td align="left"> Click here to view this item: <a href="{product_link}">{product}</a> </td> </tr> <tr> <td align="left"> <a href="{product_link}"><img src="{image_link}" alt="{image_legend}" /></a> </td> </tr> <tr> <td align="left"> Description : {product_description} </td> </tr> <tr><td> </td></tr> <tr> <td align="center" style="font-size:10px; border-top: 1px solid #D9DADE;"> <a href="{shop_url}" style="color:#DB3484; font-weight:bold; text-decoration:none;">{shop_name}</a> powered with <a href="http://www.prestashop.com/" style="text-decoration:none; color:#374953;">PrestaShop™</a> </td> </tr> </table> </body> </html> That's the English version of the file but the Bulgarian one has just the texts translated. Hope this is enough for you to get it sorted. Thanks for the effort=
  12. That's right. That is exactly what I did and got that error. I copied send_to_my_friend.html from "fr" folder to "bg" folder and modified it accordingly to display corresponding messages in Bulgarian. Everything works just fine except for the the product image. The line doing this is: <a href="{product_link}"><img src="{image_link}" alt="{image_legend}" /> Product link is OK, but the {image_link} strangely produces a wrong link to the product image's location: <img src="http://donitabio.com/10055-159-something.jpg"'>http://donitabio.comhttp://donitabio.com/10055-159-something.jpg" alt="" /> The correct link should be: <img src="http://donitabio.com/10055-159-something.jpg" alt="" /> As you can see the master URL is doubled and that is the problem I do not know of how to fix. (I've removed the product image from the send_to_my_friend.html's code as the site is live. I would put it back whenever I find a solution to the above problem.)
  13. Hi friends, I downloaded and installed this module (v. 1.4.1) to my PrestaShop (v 1.5.1.0) at http://donitabio.com (site is in Bulgarian and in Catalog mode). Module works just fine and thank you for producing it. I translated most of the fields in Bulgarian (bg) and could give you the translation if you need it. There is just one small issue witth the html template email. There is a tag {image_link} to display product's image but it generates a wrong image's address. Image's address in the email I receive is something like: <img src="http://donitabio.comhttp://donitabio.com/156-.........> You can see that the domain URL is doubled. Can you please advise me if how to fix this. (at the same time i also use {shop_logo} which returns the correct logo URL and shop image loads OK) Thanks, Nick
  14. Hi goanta, This is an interesting topic which would also influence my PS application. My guess is that as Google bot scans sites in certain periods, next time it comes to yours, it would get the correct links and index your pages right. So it should be just a matter of time till you appear OK in G.
×
×
  • Create New...