Jump to content

Daresh

Members
  • Posts

    3,235
  • Joined

  • Last visited

  • Days Won

    44

Daresh last won the day on July 4

Daresh had the most liked content!

Profile Information

  • Location
    Poland
  • First Name
    Dariusz
  • Last Name
    Tryba
  • Activity
    Freelancer

Recent Profile Visitors

13,848,047 profile views

Daresh's Achievements

  1. Did you delete the payment data from Stripe module's database tables?
  2. Is it live to see? The classic theme should not behave like this as far as I remember...
  3. Exactly! So the question is does this order got sent to Stripe and it will overwrite it all the time, or can it be removed on the store level (from some Stripe database tables). Probably some custom module would be required here, one that knows what Stripe does and is able to remove some information from it.
  4. It's not easy because in general, payment modules may have their own tables in the database, storing additional data related to orders. So changing a payment method to another one would require knowing it precisely and what it requires. Maybe that's why there is no such functionality in PrestaShop. Even if you change the payment related columns in the database (prefix_orders table), the Stripe module that you have may keep some data related to that order. So to change the payment method in a clean way, it would be recommended to also remove everything related to that order from Stripe's tables.
  5. It does not look like it's coming from the default theme, must be some additional script.
  6. Yes, I thought it must be something else, the module is too simple to have such an impact
  7. PS is good for this, maybe you missed something. Is the guest checkout turned on in back office?
  8. This is strange, which PS version do you have?
  9. Weird indeed. Like @El Patron wrote, it may be something hooked to 'actionObjectProductInCartDeleteAfter', but the only module that is there is PrestaShop Checkout. Are you using it? If not, disable or uninstall.
  10. Is the shop live so we can see it? What is the cart module that you are using? It looks quite custom, probably instead of deleting product from the cart it deletes the product totally.
  11. Deleted completely? With what X? Maybe you have some custom made functionality not implemented correctly.
  12. Pojawianiem się przewoźnika steruje sama Presta, więc trzeba szukać gdzieś w ogólnych ustawieniach i warunkach tego kiedy dany przewoźnik się pojawia.
  13. W sensie nie pojawia się w ogóle przewoźnik czy nie pojawia sią przycisk wyboru paczkomatu?
  14. A to jest w standardowym checkoucie? Raczej mało prawdopodobne, bo moduł swój przycisk wyświetla na specjalnym dodatkowym hooku przy kurierze i tym steruje sama Presta.
×
×
  • Create New...