Jump to content

Danny Moreno

Members
  • Posts

    19
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Location
    Miami, FL
  • First Name
    Dany
  • Last Name
    Moreno

Recent Profile Visitors

651 profile views

Danny Moreno's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

1

Reputation

  1. I'm having the same issue. I'm trying to update a 1.6.1.4 of PrestaShop but the 1 Click Upgrade module gives me a red X with the "The 1-click upgrade module is up-to-date (your current version is v4.14.2)". What's weird is that it's saying it's up to date but still gives me a Red X. I've tried 1. Deleting and reinstalling the module 2. Turned off cache and cleared cache 3. Permissions are set to 777 on all files and folders Any suggestions?
  2. El error "error: permiso denegado" nos da una pista de dónde podemos comenzar. 1) Asegúrate de tener espacio en tu servidor. Si no tiene más espacio, los archivos de sesión no se pueden escribir en el servidor. 2) SSH en su servidor 3) Necesita cambiar el permiso de este directorio para permitir que el sistema escriba en él. Debe cambiar el permiso de este directorio para que lo deba el usuario del servidor web. Reemplace "www-data" con su usuario de servidor web. A veces también lo llaman "apache", pero puede ser diferente en cada sistema. cd / var / cpanel / php / session / ea-php72 sudo chown www-data: www-data -R ./ea-php72 He
  3. Si activa el modo de depuración, debería ver un error más detallado. -Atentamente
  4. Hi everyone, I was getting this error but I believe it might be a simple fix. At least it was for me. Change the owner and group of your site files and directories to the web server user and group respectively. If anyone needs help with this send me a message. sudo chown www-data:www-data /var/www/html -R -Best regards
  5. Hi, I could possibly make this integration for you. If you still need it just let me know. -Best regards
  6. Hi, Your receiving a 10426 Error code because somewhere in the code the module is sending PayPal an invalid argument. The transaction has been refused because the ItemTotal is invalid. Unfortunately, there might not be much you can do from Prestashop's back-office but wait for 202 E-Commerce to help you out. If you want to have an alternative we also developed PayPal Standard and PayPal Express Checkout with different customization options. -Best regards PayPal Standard by WebDevOverture https://addons.prestashop.com/en/payment-card-wallet/22786-paypal-standard.html PayPal Express Checkout by WebDevOverture https://addons.prestashop.com/en/payment-card-wallet/28886-paypal-express-checkout.html
  7. Hi, The error your getting is a PayPal API 10004 error. This means an invalid argument was used when sending PayPal the cart details. Some type of change that affected the price was most likely the cause (most likely in code, not your shop). You can check your Prestashop and Server error logs and see if you can find what causes it. Reach out to the module developer and see if they can help you out. If you continue having issues we also have a PayPal App we developer for Prestashop. -Best regards Salut, L'erreur que vous obtenez est une erreur PayPal API 10004. Cela signifie qu'un argument non valide a été utilisé lors de l'envoi des détails du panier à PayPal. Un certain type de changement qui affectait le prix était probablement la cause (probablement dans le code, pas dans votre boutique). Vous pouvez vérifier vos journaux d'erreurs Prestashop et Server et voir si vous pouvez trouver les causes. Contactez le développeur du module et voyez s'il peut vous aider. Si vous continuez à avoir des problèmes, nous avons également une application PayPal, nous développons pour Prestashop. -Meilleures salutations https://addons.prestashop.com/en/payment-card-wallet/22786-paypal-standard.html 10004 ERROR https://www.paypal.com/us/selfhelp/article/why-did-i-get-api-error-code-10004-ts1122
  8. Hallo, Wir haben eine PayPal-Version, die ziemlich solide ist. Der einzige Nachteil ist, dass wir PayPal die Gesamtsumme des Einkaufswagens senden, damit wir keine Probleme bei der Preisgestaltung haben. Es gibt also keine Aufschlüsselung der Produktkosten auf Seiten von PayPal, sondern fast immer die Bestellung. Hoffentlich hilft das aus. https://addons.prestashop.com/de/payment-card-wallet/22786-paypal-standard.html -Freundliche Grüße Hi, We have a PayPal version that's pretty solid. The only set back is in order to avoid any pricing issues we send PayPal the Total of the cart so there's no breakdown of product cost on PayPal's side but almost always converts the order. Hopefully this helps out. https://addons.prestashop.com/en/payment-card-wallet/22786-paypal-standard.html -Best regards
  9. Hey, PayPals settings usually don't affect the carrier. Just look over all the things that can affect it. It's usually something unexpected. If you have multistore be sure to make sure your warehouses are assigned to carriers and products are assigned to those warehouses ... make sure ranges are set up correctly etc.. there's like 6 things you should check just to make sure but it's most likely not PayPal. Let me know how it goes. -Best regards
  10. Hey, Based on your error it looks like your trying to enable a theme which requires the module 'jxcategoryproducts' to be installed before you proceed. Send a message to the developer of the theme and they should help you out. -Best regards
  11. Hey, You specify the Auto-Return URL on PayPal's side as a back-up in case there's no Auto-Return URL passed at the time of the actual request to PayPal. However, the PayPal Standard module overrides the Auto-Return based on the store that created the request so you can use one PayPal account for multiple websites without a problem. The main drawback is that only the cart total gets sent to PayPal so customers don't see detailed order of products on PayPal's side. I had many merchants who needed the detailed report on PayPal so i developed this one as well recently...(also doesn't use Auto-return but other api methods) hope this helps! PayPal Express Checkout (express api - newer) https://addons.prestashop.com/en/payment-card-wallet/28886-paypal-express-checkout.html PayPal Standard (classic api - older) https://addons.prestashop.com/en/payment-card-wallet/22786-paypal-standard.html -Best regards Developer of both of these modules
  12. Hello, There's a new PayPal Standard module available in the Addons. It supports payment anywhere PayPal Standard is accepted.
  13. Hello, this looks like it's been fixed on 1.6.1.2, just enabled it on my local copy and it's working fine.
  14. I had the same issue on my store. Error message when manually adding an order in the back-office: "Cart cannot be loaded or an order has already been placed using this cart". Hope this helps! Here are the steps that caused my bug. 1) Sign in as customer and add any product to cart (do not check out) 2) From the back-office -> Customers -> Shopping carts -> View the abandoned cart and create an order from this cart (order creates successfully) 3) From Back-office -> Orders -> Create new Order -> Search for the same Customer and try to create a new order 4) The product from the previous order shows up 5) Remove the product from the cart section in the new order page 6) Search for any product and add it 7) Click "Create the Order" 8) Error Message "Cart cannot be loaded or an order has already been placed using this cart" Here's how i fixed it. /classes/Cart.php public function orderExists() { $cache_id = 'Cart::orderExists_'.(int)$this->id; if (!Cache::isStored($cache_id)) { $result = (bool)Db::getInstance()->getValue('SELECT count(*) FROM `'._DB_PREFIX_.'orders` WHERE `id_cart` = '.(int)$this->id); Cache::store($cache_id, $result); - return $result; + return false; } return Cache::retrieve($cache_id); }
  15. Hey everyone, you can always hide the sub-categories from the category page directly from your themes configurator option or if that's not working for ya, here's a little module that'll hide your sub-categories in your category page. Just install and enable, if you want to show them again just disable the module. If you have any issues with the module send me a message and i'll make any changes necessary. -Best regards techdancustom.zip
×
×
  • Create New...