Jump to content

mysho

Members
  • Posts

    19
  • Joined

  • Last visited

Profile Information

  • Activity
    Project Owner

Recent Profile Visitors

2,970,231 profile views

mysho's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

6

Reputation

  1. Thanks for the suggestion, I emailed them now. I read in the forums that support is usually not very responsive to suggestions, but I tried it.
  2. Thank you for your response, but it didn’t help. In stripe_official.php, I changed 'Pay online' to 'Stripe', so from now on, I'll be working with this name instead of 'Pay online'. In fr.php, I tried various variations (with the help of ChatGPT 😆) – I even tried adding the MD5 hash (for 'Stripe', it's ce7566d1d08cc094b74cf283cf9c56a5), for example: $_MODULE['<{stripe_official}prestashop>stripe_checkout_ce7566d1d08cc094b74cf283cf9c56a5'] = 'Payer en ligne'; or: $_MODULE['<{stripe_official}prestashop>ce7566d1d08cc094b74cf283cf9c56a5'] = 'Payer en ligne'; But none of this worked. In the translations table in the database, I also tried searching for translations. Some of the translations I did via the BO are there, and I wanted to try adding it directly into the DB. However, I don’t know what to put in the domain column. The few translations related to the Stripe module that are in the DB have domains like ModulesStripeofficialOrderconfirmation, ModulesStripeofficialPaymentinforedirect, ModulesStripeofficialHandlenextaction, etc.
  3. Hello, has anyone figured out how to translate the payment method name "Pay online"? So far, I’ve only found a way to change it, but not to translate it. I’m using multistore, and I’d like to translate it into several languages (with different phrases). In the stripe_official.php file, at line 291: $this->button_label[self::PM_CHECKOUT] = $this->translationService->translate('Pay online'); I know I can modify this, but I can’t find this phrase in the module translations in the back office, and I can’t get it into the translations in the PHP files in modules/stripe_official/translations/xx.php. Or any idea on how to get this into the translation phrases in the PHP files? The description of the payment method (after selecting "Pay online") is in the phrases (as well as in the post before me), but the phrase "Pay online" itself is not.
  4. I found the solution here: https://github.com/PrestaShop/PrestaShop/issues/32986 Exactly this post: https://github.com/PrestaShop/PrestaShop/issues/32986#issuecomment-1607898043
  5. Hi, I am setting up a multistore: main domain is .eu + some local domains (.sk, .cz, .de). I have a problem with order confirmation emails (+ bankwire). .sk works fine - sends email in SK language .cz sends email in EN language I do have all templates translated. I assume it has roots in this issue: I get an error 404 after placing an order (order-confirmation). I have friendly urls turned on an everything is translated, even though it is placing order confirmation url in English language (shop.cz/order-confirmation-xxxx instead of shop.cz/potvrzeni-objednavky-xxxx). That is probably the reason why it sends EN emails. But why it is placing an EN URL instead of CZ URL? shop.sk works fine.
  6. Hi, I am trying to setup a multistore. There are four domains: .EU - main, shipping to every country .DE - DE/AT .CZ - CZ (VAT 21%) .SK - SK (VAT 20%) I am trying to setup VAT for .CZ domain. There is only one country enabled (CZ) and one tax rule (where is only CZ with 21% VAT enabled). My problem: when I open the store, I see prices with 20% VAT until I choose country (Czech republic) in a cart. After that it changes value of the cart and also in catalog (after that I see all prices in the store with 21%). So when I enter the store, I see a product for 120€. Add it to cart, fill in name/address etc, then choose country and boom I now see 121€. Then I open the store again and I see 121€ (not 120€). I have two tax rules. 1. EU - every EU country with corresponding VAT rate (there is also Czech republic with 21%) 2. CZ - there is just Czech republic with 21% VAT rate As I am editing the product (chosen .CZ store from the multistore switch) - prices - tax rule, it is showing like this: Any idea?
  7. As I mentioned in my first post (after edit), I have PS 8.1.5 Theme - Bambinis (https://addons.prestashop.com/en/kids-toys-themes/27914-bambinis.html) But IMHO it has no connection with theme. Should it work by default as I wish? It is a fresh installation with some minor changes yet (e.g. theme, tax rules, languages, currencies…). No hardcode changes. But the very first installation was 8.1.3, then update to 8.1.4 and then to 8.1.5 (using 1-Click upgrade). //edit - I sorted it out through DB - deleted a few lines in ps_country_shop
  8. I am trying to setup a multistore with 4 domains: .EU / .DE / .CZ / .SK I would like to have active countries (for shipping) on each domain like this: .EU: all EU countries .DE: Germany + Austria .CZ: Czech republic .SK: Slovak republic I am trying to set it up here: International -> Locations -> Countries, but it does not work properly. For example: I choose settings for .SK domain and I leave just Slovakia enabled. After this I switch to settings for .DE domain and I enable Germany + Austria. I come back to settings for .SK domain and I have Slovakia + Austria enabled. When I enable every country under .EU settings, it enables all countries for all domains. Long story short: no matter which store I choose (or I select All stores), it uses current settings for all stores. Am I doing something wrong or am I facing some kind of bug? PS 8.1.5
  9. For me not, unfortunately. I tried to downloat the zip from github and provide a fresh install but I still get that error message when I try to log in to the BO. When I turn the debug mode on I am able to log in, but once I turn the debug mode off I keep receiving this error message... So for me, zip downloaded from the prestashop website and from github is doing the same error. // I have done it one more time and right now it is without the error message.
  10. I just realised that these are spam "customers". This us from the customers tab: // I do have it on one PS 1.7.3.0 and another 1.7.0.3 (different shops, different domains)
  11. Hi, past few weeks I have a plenty of carts made - picture attached. I do have it on at least two domains. What it is and is there any solution how to avoid it? Thank you.
  12. Hi, I want to disable the phrase "incl. tax / excl. tax" since I am not tax registered. I tried to turn it off in the BO: International - Locations - my countrie's preferences - Display excl. tax/incl. tax - NO, but it does not work, it is still everywhere. I tried it on the PS 1.7.2 I have made a fresh install (1.7.2.2), with the default theme and it does not work even on the fresh installation. I have turned the tax off. Any idea?
  13. A few basics which might be your problem caused by: -don't you have "turn off" in the "out of range option"? (countries and costs tab in the carrier's settings) -do you have any active carrier for acountry selected during the checkout?
  14. This worked for me (PS 1.7.2.0): https://www.prestashop.com/forums/topic/587538-select-multiple-values-for-one-feature/
×
×
  • Create New...