Jump to content

raroch

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Activity
    Developer

raroch's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I'm suffering from this issue also. I think there should be a separation between front-page languages and back-office languages. In my case, the operators of the store want to use English, but the end-users of the store use Hebrew. It makes more sense, I think, to display the products' titles in their front-page language. This way you can filter products by their names... Is there a workaround for this that I missed? Other than updating the DB tables manually... Thanks!
  2. Hi, I'm also facing this issue. Users being redirected always to PayPal in English. Anyone was able to resolve this? To set PayPal's checkout window with a different locale? I'm using Prestashop 1.5.4.1 & PayPal module 3.6.1. Would appreciate you help. Thanks!
  3. Hi Vekia, Thanks for pointing out the solution! In 1.5.4.1 the code looks a bit different but close enough for me to figure it out I had to modify the code in two places in classes/controller/FrontController.php: // If current URL use SSL, set it true (used a lot for module redirect) if (Tools::usingSecureMode()) /* $useSSL = $this->ssl = true;*/ $useSSL = true; and to comment out the redirect code: /* * if ($this->ssl && !Tools::usingSecureMode() && Configuration::get('PS_SSL_ENABLED')) * { * header('HTTP/1.1 301 Moved Permanently'); * header('Cache-Control: no-cache'); * header('Location: '.Tools::getShopDomainSsl(true).$_SERVER['REQUEST_URI']); * exit(); * } * elseif (Configuration::get('PS_SSL_ENABLED') && Tools::usingSecureMode() && !($this->ssl)) * { * header('HTTP/1.1 301 Moved Permanently'); * header('Cache-Control: no-cache'); * header('Location: '.Tools::getShopDomain(true).$_SERVER['REQUEST_URI']); * exit(); * } */ Seems to be working fine. Thanks!
  4. Thanks Vekia, this indeed creates the link for HTTPS. The link is: https://mapot.biz/he/content/3-terms-and-conditions-of-use?content_only=1 The issue is that the browser redirects the request back to HTTP and I get an error in the Chrome console saying: [blocked] The page at https://mapot.biz/he/order ran insecure content from http://mapot.biz/he/content/3-terms-and-conditions-of-use?content_only=1. Any idea how to avoid this?
  5. Hi Vekia, I think your post was not submitted properly, is there a code part missing?
  6. Hi, I'm using version 1.5.4.1 and facing this exact issue. I'm using SSL during order preparations and term-of-use-and-conditions CMS page is getting blocked because it can be accessed only with HTTP. How can I access a CMS page using HTTPS? I tried modifying the order-carrier.tpl file (line 270) to get the HTTPS link from: <label for="cgv">{l s='I agree to the Terms of Service and will adhere to them unconditionally.'}</label><a href="{$link_conditions}" class="iframe">{l s='(Read Terms of Service)'}</a> to: <label for="cgv">{l s='I agree to the Terms of Service and will adhere to them unconditionally.'}</label><a href="{$link->getPageLink('terms-of-use-and-conditions', true)}" class="iframe">{l s='(Read Terms of Service)'}</a> I do get the HTTPS link correctly but I get 404 error when trying to access it. Any way to solve that? Couldn't find a solution in the forums. Would appreciate your help. Thanks!
  7. תודה רבה על התגובה. אכן ראיתי שיצא עדכון לפייפאל והוא סידר את עניין התשלום כאורח. אני אבדוק את טרנזילה.
  8. שלום, אשמח לקבלת את עזרתכם בנושא תשלום והתחברות משתמשים. הקמתי חנות חדשה ואני עוקב אחרי המתרחש בה באמצעות גוגל אנליטיקס. אני רואה שישנן הרבה נטישות משתמשים בשלב ההתחברות / יצירת משתמש חדש. אמצעי התשלום היחיד של החנות כרגע הוא דרך פייפאל עם חשבון פייפאל או כרטיס אשראי דרך פייפאל. אין לחנות מכשיר לסליקה של כרטיסי אשראי כרגע. ישנו באג / מגבלה במודול של פייפאל שאינו מאפשר רכישה ע"י אורחים. כלומר המשתמש חייב ליצור חשבון על מנת לרכוש בחנות ואני לא יכול להשתמש בפונקציה של "תשלום מהיר". האם נתקלתם בבעיה דומה? איך התגברתם עליה? האם יש מודול תשלום אחר שכדאי להשתמש? מישהו הצליח להתגבר על המגבלה / באג של המודול של פייפאל? אשמח לכל עזרה או עצה בנושא, תודה רבה!
  9. www.mapot.biz אתר למכירת מפות שולחן מעוצבות
  10. היי, אני בתהליכי עברות של התבנית שרכשתי, אך אני לא מרוצה מאיך שהפונטים בעברית נראים, בייחוד על ווינדוס. על מק העברית נראית יותר יפה. התבנית משתמשת בפונטים מגוגל פונטס. נראה שהפונטים בעברית הם הברירת מחדל של הדפדפן. האם ישנה דרך להחליף את הפונט הדיפולטיבי של הדפדפן? על איזה פונטים הייתם ממליצים? איך עושים את זה? אשמח לכל עזרה או הכוונה. לינק לאתר: www.mapot.biz תודה מראש! רפי
×
×
  • Create New...