Jump to content
thirty bees forum

jnsgioia

Members
  • Posts

    357
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by jnsgioia

  1. I am wondering if I set up a cookieless domain for TB and put the address in the media server field will the static content be copied over, do I have to move the static content manually, or do I need to set up a mirror shop on that domain?

    I have built quite a few websites but am new to prestashop/tb :|

  2. I found with prestashop 1.7 (which is what this upload is based on) I had to change the field separator to | and the multiple value separator to ~. The upload file I use for the prestashop site worked here without any problems.

  3. Both the PayPal and Amazon modules have the same problem so I am guessing it is a TB bug not a problem with the module. Orders using both those payment methods go through with no problems, however if a new customer tries to log in the flow is fine until the last step where they are added to the database. Debug did not return an error for Amazon, but the PayPal error is: Warning: Invalid argument supplied for foreach() in xxxxxx/Store/classes/Customer.php on line 686 [PrestaShopException]

    Property PayPalModule\PayPalLoginUser->id_customer is empty at line 974 in file classes/ObjectModel.php

    In the Amazon module test order I requested an account be added at checkout. The order processed as a guest order and no account was added. The order confirmation page with the statement saying an account would be added loaded and then a box popped up saying there was an error and to try again or contact us.

    I checked an my database is not corrupt and the file permissions appear to be correct.

  4. I tried to access the product page in the back office this morning and got this error:

    Fatal error: Uncaught Error: Access to undeclared static property: AdminProductsControllerCore::$cache_lang in /xxx/Store/controllers/admin/AdminProductsController.php:5234 Stack trace: #0 /xxx/Store/classes/helper/HelperList.php(263): AdminProductsControllerCore->displayPreviewLink('f090e4742c2e633...', '1', 'Evolution Is St...') #1 /xxx/Store/classes/helper/HelperList.php(177): HelperListCore->displayListContent() #2 /xxx/Store/classes/controller/AdminController.php(3154): HelperListCore->generateList(Array, Array) #3 /xxx/Store/controllers/admin/AdminProductsController.php(2613): AdminControllerCore->renderList() #4 /xxx/Store/classes/controller/AdminController.php(2429): AdminProductsControllerCore->renderList() #5 /xxx/Store/controllers/admin/AdminProductsController.php(2531): in xxx/Store/controllers/admin/AdminProductsController.php on line 5234

    I have not done anything with the AdminProductsController.php or anything with products at all in the last few days. I have been trying to figure out the login problem with PayPal and Amazon.

    Thank you for any insights into this problem.

  5. The debug page returned the following error:

    Warning: Invalid argument supplied for foreach() in (my site)/classes/Customer.php on line 686 [PrestaShopException]

    Property PayPalModule\PayPalLoginUser->id_customer is empty at line 974 in file classes/ObjectModel.php

    Is this a bug with TB or something I am doing wrong?

    Thanks

  6. By viewing the page source of the sign in page and the checkout page I was able to get the return urls. This fixed the problem I was having above. Now I get a 500 server error when the customer returns from PayPal if it is a new customer. Customers who are already registered can sign in with no problem.

    This is happening with both PayPal and Amazon logins.

  7. Yes, payments work fine, but login will not connect to PayPal giving the error "redirecturi provided in the request does not match any of the registered clients." So I need to see what the redirecturi provided is so I can fix it.

    As for the email problem, I think it is because the PayPal sandbox merchant email is not a live email.

  8. Yes, but nothing is said about the return url. On PayPal they say: Return URL - Target URL where users will be redirected after test transactions. Which file would show me what the module is sending to PayPal? I can then enter that information on the form in PayPal.

  9. What is or where do I go to find the url to use for the return url for log in?

    In checking PayPal in sandbox mode the regular checkout and the express checkout both work fine but login returns this error: redirect_uri provided in the request does not match any of the registered clients.

    Also I am not getting email notifications of the orders. They show in the back office but I have not received an email notification. I did receive emails when I tested Stripe (which worked without a hitch).

  10. The guest checkout in the default theme does not recognize the state in the address form. The states are listed in the dropdown, and populate the field when selected but on submitting the form an error is returned "This country requires you to choose a State." This does not happen when an account is created and an address is added. I tested it using addresses from both the US and Canada.

×
×
  • Create New...