Jump to content

stockw

Members
  • Posts

    12
  • Joined

  • Last visited

About stockw

  • Birthday 12/10/1977

Profile Information

  • First Name
    stefano
  • Last Name
    Tombari

stockw's Achievements

Newbie

Newbie (1/14)

0

Reputation

1

Community Answers

  1. I'm sorry but i can't see the image, maybe i was late to see your reply. If you can could you repost them?
  2. Can you provide the url of your website? thanx
  3. i think that that's me :-) i've registered yesterday to see the checkout. So you are on cloud with prestashop?
  4. I'm really sorry, i think you have to open a ticket with your provider for this issue.
  5. this is a problem of your hosting, maybe you have restricted access credentials, can you check with your host?
  6. I've have a pro account, and in mobile with no modification to paypal module i was getting the express checkout button. If you see the code on line 641, is as the module is made, if ($use_mobile) { $method = ECS; } else { $method = (int) Configuration::get('PAYPAL_PAYMENT_METHOD'); } just comment or delete the if condition lines //if ($use_mobile) { // $method = ECS; // } else { $method = (int) Configuration::get('PAYPAL_PAYMENT_METHOD'); //}
  7. Yes, there's the express check out button as you can see from image, and if you click to pay you'll get an error because there's no api configured. The solution in the link will help you. Is what i did to make things work. As you say in older projects everything was working fine, i think paypal module changed.
  8. Hi maxfox, try this solution: https://www.prestashop.com/forums/topic/560658-remove-express-checkout-on-mobile-devices-from-paypal-europe-module/?p=2445147 This module puts express checkout button on mobile. The solution above prevent this.
  9. hi Steveio a solution could be in file paypal.php on line 641 comment lines like this //if ($use_mobile) { // $method = ECS; // } else { $method = (int) Configuration::get('PAYPAL_PAYMENT_METHOD'); //} if you want to hide express check out in the others check out steps, comment all file /paypal/views/templates/express_checkout_shortcut_button.tpl
  10. Ciao anche io ho avuto necessità di modificare il file information.tpl, perchè credo come un po tutti noi ci siamo trovati davanti la necessità di aggiungere dei campi alla scheda prodotto. Putroppo non c'è stato modo di fare un'override.
  11. Hi, i've a shop, and in 3 weeks that i'm on line, i recived 1360 orders. The problem is that 18 of these orders in different periods and with different products, arrived in my BO with just the first line of details, and no status. The total of order and shipping is fine. This appens with all type of payment, paypal, xpay, bankwire and cash on delivry... in the log i can se this Cart cannot be loaded or an order has already been placed using this cart wirh gravity 4 i've reinstalled modules, paypal, xpay, bankwire and cash on delivey plus, but this problem still come out. thanx in advice for any suggestion.
  12. Hi, i've got a prestashop installation with 3 stores. The stores created are: Europe (www.mysite.com/eu), N.America (www.mysite.com/us), Asia (www.mysite.com/as). In Europe i've got all Europe countries, in N.America all the N.America countries and so on... I'd like that if a user is on the website from France, the store is the Europe one, if the user is from jampan, the store is the Asia one. Any suggestions? Thanx!
×
×
  • Create New...