Jump to content

ChrisRabkin

Members
  • Posts

    39
  • Joined

  • Last visited

4 Followers

About ChrisRabkin

  • Birthday 05/15/1973

Profile Information

  • Location
    Naples, FL USA
  • Activity
    Agency

Recent Profile Visitors

5,915,866 profile views

ChrisRabkin's Achievements

Contributor

Contributor (5/14)

  • Reacting Well Rare
  • First Post Rare
  • Collaborator Rare
  • Dedicated Rare
  • Week One Done Rare

Recent Badges

5

Reputation

  1. This is infact the fix for the issues with the shipping carriers throwing the Technical Error message as well as the Stats on the main dasboard not populating and throwing the same error. 4you.software Thank you for your help!
  2. Same issue here- using 1.7.8.7. No stats and when I try to change the parameters of the Activity overview i get a technical error - was working fine before the product import this morning. TECHNICAL ERROR: Details: Error thrown: [object Object] Text status: parsererror
  3. Hello, at my wits end- (should preface this by saying I know enough about coding to be able to navigate through and troubleshoot things) however I cannot figure this one out - Im pretty confident the reason for this time countdown not displaying on iPhone/iOS devices is its format. I need some help with what to change it to so it will display on iPhone. This is the only device it is not working on. Specifically the section message to display is what I think the problem is? Maybe Im wrong. The full js code is posted below under <---Js---> Thanks for any help anyone can lend. function fronttimer(date, selector, idx, message_to_display){ countDownDate[idx] = new Date(date).getTime(); timeout[idx] = setTimeout(function() { now = new Date().getTime(); distance = countDownDate[idx] - now; days = Math.floor(distance / (1000 * 60 * 60 * 24)); hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); seconds = Math.floor((distance % (1000 * 60)) / 1000); selector.html(message_to_display + days + "d " + hours + "h " + minutes + "m " + seconds + "s "); fronttimer(date, selector, idx, message_to_display); }, 1000); }
  4. Hello, I am looking for a solution that will allow me to restrict the quantity of any 1 item or sum of items by category. I need to be able to set a limit because some products are 1 of a kind and my need is to allow or disallow someone to buy all or only a few products based on category. I also need a method to group products from the same category on invoices/orders in the back office. I am having difficulty finding modules that will work with this- sometimes it's just because Im not asking the right questions.
  5. Greetings! Customer website using 1.6.1.7 has the customer phone number fields in the front end registration but they are not on the admin>customer>address page when you add an address to a customer. I need to add the two phone number fields to this address input page, how can it be done? I see solutions that pertain to prior versions but nothing that references 1.6.x. Thanks Chris
  6. Ok sounds good! Would be good to have a group that can pass issues and ideas back and forth! Cheer!
  7. Hello, Hoping I can get some assistance here. We have a shop installation liveaddictionmarketplace.com which is using 1.6.1.7. Fresh installation on a dedicated server and have a prestashop running already on that server addictiveaquaculture.com with zero issues. After installing this fresh copy of prestashop, I installed the zero marketplace theme, presto-changeo ups rates and label print module, and the knowband marketplace module. The last module is to support the platform for this specific site allowing our microwholesale companies to sell their products on the website. Im now getting these errors when going through the checkout process which do not allow the checkout to proceed past the shipping step. Heres what Ive done so far to trouble shoot- reuploaded a fresh copy of 1.6.1.7 (all files) - gives the same result. Checked tax rules- all tax rules are setup with the defaults (I have never had to setup additional tax rules in the past so everything looks ok as per usual) Have contacted both presto-changeo and knowband (both say it isnt their module causing the errors) Ive done everything I can to fix these issues- I need help. Warning: Invalid argument supplied for foreach() in /home/liveaddictionmar/public_html/classes/Cart.php on line 2211 Notice: Undefined variable: total_price_without_tax_with_rules in /home/mydomain/public_html/classes/Cart.php on line 2319 Warning: Division by zero in /home/mydomain/public_html/classes/Cart.php on line 2320 Warning: Invalid argument supplied for foreach() in /home/mydomain/public_html/classes/Cart.php on line 2211 Notice: Undefined variable: total_price_without_tax_with_rules in /home/mydomain/public_html/classes/Cart.php on line 2319 Warning: Division by zero in /home/mydomain/public_html/classes/Cart.php on line 2320 Warning: Invalid argument supplied for foreach() in /home/mydomain/public_html/classes/Cart.php on line 2211 Notice: Undefined variable: total_price_without_tax_with_rules in /home/mydomain/public_html/classes/Cart.php on line 2319 Warning: Division by zero in /home/mydomain/public_html/classes/Cart.php on line 2320
  8. Any users/developers in SW FL? If so anyone want to start up some semi regular meetups?
  9. Hello All! I have a client that sent me an image where it clearly shows 2 discounts in their customer's cart but the combined total of the vouchers are being shown differently in the cart total. There is a referral reward of -5.00 and a voucher of -32.11 available but the total as shown in the attached image is -34.68. This customer is part of a tax exempt group. Does anyone have any notions of why this would be happening? The current version of PrestaShop is 1.6.1.1 I am going to be updating php to the latest version today but I don't think this part of the issue. Thanks for any help you can provide. Chris
  10. The thumbnails field you refer to is for the default top menu- this is how the images are displayed in the menu. has nothing to do with the subcategory thumbnails.
  11. Here is the email i sent to prestashop after trying to get all of us experiencing the spinning save and stay and save button issue with json on the product details page- Aparently this isnt a major concern for them even though there are numerous posts here with no resolution other than reinstalling a fresh copy of the store (not an option for many of us) So we will bid prestashop farewell and switch to magento this weekend- our shop is unusable currently because we cant edit the products in the product details page, change prices, add carriers or change quantities. so spin on buttons! My email- Luis Hope this email finds you well today. My partner and I have a Prestashop version 1.6.014 that is having issues with the save and stay and save buttons spinning forever because the json never posts a completion when in the product details section of the back office under the catalog. The shop started out as a 1.6.0.5 shop with no issues then with 0.11 we started seeing the increased length of time that it took for the save and save and stay buttons to become active. The entire shop until 1 week ago was using the default modules and themes with the exception of the Presto-Changeo fedex label module. But like I mentioned we had no issues with saving products or updating product details until we upgraded to 1.6.0.11 and more with 1.6.0.14 making save and stay and save buttons completely inactive. My partner Tyler called Prestashop support two times and finally after some difficulties got your email. This is a known bug and there are several posts on the Prestashop forum about it, so I am writing you today because I have exhausted my abilities to fix this and since its an issue with the Prestashop core (specifically the addition of json to the product details page in categories under the back office) that I am requesting assistance for not just myself but for the majority of 0.11 and 0.14 version users. As it stands now, the shop is unusable and if a solution cannot be found I have to switch to a different software. We cant make price changes, add new shipping carriers or change quantities because of this. I have been working with Prestashop itself since before it had a 1 in the version number which makes it almost a decade and after setting up 30 shops I am having to consider using a different shop software. Thank you for your understanding and thank you in advance for your help resolving this. Sincerely Chris Rabkin Their email- Hi , Thank you for contacting PrestaShop. Sorry to hear you are experiencing problems with your online shop. Keep in mind we have great developers here available to assist you with any technical problems you may be having. For the ultimate peace at mind it is recommended you take advantage of our yearly technical support plans we offer. you can read more and sign up here: https://www.prestashop.com/en/support If you have any additional questions or concerns do not hesitate to get in touch with me. Best Regards, Hope you have better luck getting this issue resolved than I did.
  12. Would someone please fix this! Just put a prestashop on a dedicated server with 16gb of ram 4tb hdd space and in a tier 1+ datacenter, - started with 1.6.0.9 and now am at 1.6.0.14 and 11 - 14 releases have the spinning save buttons of irritation. none of the fixes i find here on the forum work, and we are at a point where we cant just start another store. Anyone have an answer for this? Will it get resolved in the next release? When is that release coming out (not soon enough). Thanks
  13. Great! So care to post the mySql that you used to fix it? Im sure there are lots of people having this issue- i know we are and disabling ajax on the cart block doesnt do anything Thanks in advance
  14. My issue is that the module shares overrides that exist with-in prestashops core installation- so yes when I purchase a module that has this kind of conflict I would expect a modicum of support without having to pay extra for a purchase that was hours old. And Since this is a "known issue" I also would expect; being a project manager of enterprise software builds, that this type of issue would have been dealt with and proper documentation for all levels of experience created or the whole issue dealt with so installations dont have to be modified outside of "normal configurations".
×
×
  • Create New...