Jump to content

ajensen27

Members
  • Posts

    411
  • Joined

  • Last visited

  • Days Won

    1

ajensen27 last won the day on December 28 2020

ajensen27 had the most liked content!

2 Followers

Profile Information

  • Location
    Philadelphia
  • Activity
    Agency

Recent Profile Visitors

9,803,452 profile views

ajensen27's Achievements

Newbie

Newbie (1/14)

43

Reputation

1

Community Answers

  1. So I just upgraded to EasyApache 4 today but left PHP at 5.6. I'm able to access the order page on my laptop but my wife and some customers are getting a 500 error message when trying to go to the order page. This is what I'm seeing in my error logs. Can someone please help me with this as soon as possible? I'm on PS 1.6.2, config is below. SERVER INFORMATION Server information Linux #1 SMP Tue Oct 9 17:27:49 UTC 2018 x86_64 Server software version Apache PHP version 5.6.38 Memory limit 2048M Max execution time 1000 DATABASE INFORMATION MySQL version 10.2.18-MariaDB MySQL server localhost MySQL name MySQL user Tables prefix ps_ MySQL engine InnoDB MySQL driver: DbPDO [08-Nov-2018 03:18:15 UTC] PHP Fatal error: Uncaught Error: [] operator not supported for strings in /home/xxxxxxxx/public_html/classes/db/DbQuery.php:96 Stack trace: #0 /home/xxxxxxxx/public_html/Adapter/Adapter_EntityMapper.php(45): DbQueryCore->from('shop', 'a') #1 /home/xxxxxxxx/public_html/classes/ObjectModel.php(233): Adapter_EntityMapper->load('1', NULL, Object(Shop), Array, NULL, true) #2 /home/xxxxxxxx/public_html/classes/shop/Shop.php(131): ObjectModelCore->__construct('1', NULL, NULL) #3 /home/xxxxxxxx/public_html/classes/shop/Shop.php(397): ShopCore->__construct('1') #4 /home/xxxxxxxx/public_html/config/config.inc.php(115): ShopCore::initialize() #5 /home/xxxxxxxx/public_html/index.php(27): require('/home/xxxxxxxx/...') #6 {main} thrown in /home/xxxxxxxx/public_html/classes/db/DbQuery.php on line 96
  2. Just got an email from LoyaltyLion that they will no longer be integrating with Prestashop. I've been using them for years now and need to find a new solution. Would rather go with a 3rd party integration than a module. Anyone else use any 3rd party loyalty programs. The only one I've come accross so far that integrates with Prestashop and seems decent is Zinrelo.
  3. I know it's been a while but I was looking for something similar (searches just part of reference, i.e. search for 123 would still return product with reference abc123). This module seems to do this as well as allow for underscores at the least. I haven't purchased it yet but will be soon. https://www.jose-aguilar.com/modulos-prestashop/en/24-block-search-suggestions.html
  4. Do I remove this whole function? public static function addonsRequest($request, $params = array())
  5. When did this start happening? Because my site is extremely slow today on the backend and it won't download the complete must_have_modules_list.xml and i keep getting an error. Deleting the contents of this file and leaving just <?xml version="1.0" encoding="UTF-8" ?><modules></modules> has fixed the error but my backend is still extremely slow and I keep getting timeouts. My VPS host said everything looks fine with the server.
  6. Would also like to know how to set up a trigger for this solution. Tried and failed haha.
  7. Hoping someone can help me real quick. I have a cart rule setup where if someone buys 3 products from the product selection I have under my restrictions, then they will get 50% off the "Cheapest Product" (setup under the actions tab). Now this works great if all the products someone is purchasing fall under just my selection of products or if they are purchasing another items that is not the cheapest, but if someone is purchasing 3 of the products in my selection and then another item that is cheaper than those 3, it's taking the 50% off that item. Does anyone know how I can change the code to only look at the product selection for the cheapest product?
  8. Would also like to show a break down by month/year of how many were donated, when someone clicks on the counter, and then give myself the ability in the back-end to write in the charity name that that month was donated to. For instance: July 2017 - 1,380 donated - To: XYZ Charity August 2017 - 1,143 doanted - To: ABC Charity September 2017 - 1,587 donated - To: AAA Charity
  9. Looking for someone to develop a module (or just hard coded) for me that will basically just be an ongoing counter for certain products sold. So product A, combination 2, there will be a field in the back office for that combination to give a value to this ongoing counter. Say product A, combination 2 has a value of 4 and product A, combination has a value of 1. If a customer purchases those combinations, then 5 will be added to the on going counter. Would like to so this counter in my header somewhere. Would also like to show something on the checkout page that would show something like "With this order, we will donate x amount to charity". This will be used for donation purposes. Thanks!
  10. ThirtyBees (fork of Prestashop 1.6) has already removed them. https://thirtybees.com/
  11. I have some products that I ship internationally while I have others that I don't due to weight and size. For those products, I have it selected in the product under "Shipping" only my U.S. shipping carriers. The problem I have is that if a customer say in Europe is ordering a product that I ship internationally and a product that I don't, it still allows them to place the order and then it will split the order in to 2 orders. For the split order with the item that doesn't ship internationally, it doesn't give the order a carrier (so no charge for shipping) but then it still charges the customer for the product. If a customer has a product in their cart that doesn't ship internationally, no matter what else they have in their cart, how can I make it so that they can't place the order (no carriers will be listed)? Please help! Thanks!
  12. I have a similar issue as this one so I would like to continue on this subject rather than starting a new topic. I have some products that I ship internationally while I have others that I don't due to weight and size. For those products, I have it selected in the product under "Shipping" only my U.S. shipping carriers. The problem I have is that if a customer say in Europe is ordering a product that I ship internationally and a product that I don't, it still allows them to place the order and then it will split the order in to 2 orders. For the split order with the item that doesn't ship internationally, it doesn't give the order a carrier (so no charge for shipping) but then it still charges the customer for the product. If a customer has a product in their cart that doesn't ship internationally, no matter what else they have in their cart, how can I make it so that they can't place the order (no carriers will be listed)? Please help! Thanks!
×
×
  • Create New...