Jump to content

cliqadam

Members
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Location
    New York
  • Activity
    Freelancer

cliqadam's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Paypal Module stopped passing info to the confirmation page everything was ok and nothing was edited on the codes or modules all of the sudden clients started mailing us that they see a 500 error on confirmation page after doing some tests i also see that paypal is not registering the test purchases. (could this be on paypal's end?) these are the debug errors using PayPal v3.6.6 - by PrestaShop right after clicking on continue button on paypal Notice: Undefined index: PAYMENTREQUEST_0_SHIPTOSTREET in /home/xxxx/public_html/modules/paypal/express_checkout/payment.php on line 71 Notice: Undefined index: PAYMENTREQUEST_0_SHIPTOCITY in /home/hintofla/xxxx/modules/paypal/express_checkout/payment.php on line 74 Notice: Undefined index: SHIPTOSTATE in /home/xxxx/public_html/modules/paypal/express_checkout/payment.php on line 75 Notice: Undefined index: SHIPTOZIP in /home/xxxx/public_html/modules/paypal/express_checkout/payment.php on line 76 Fatal error: Uncaught exception 'PrestaShopException' with message 'Property Address->address1 is empty' in /home/xxxx/public_html/classes/ObjectModel.php:837 Stack trace: #0 /home/xxxx/public_html/classes/ObjectModel.php(255): ObjectModelCore->validateFields() #1 /home/xxxx/public_html/classes/ObjectModel.php(596): ObjectModelCore->getFields() #2 /home/xxxx/public_html/classes/Address.php(186): ObjectModelCore->update(false) #3 /home/xxxx/public_html/classes/ObjectModel.php(417): AddressCore->update(false) #4 /home/xxxx/public_html/modules/paypal/express_checkout/payment.php(176): ObjectModelCore->save() #5 {main} thrown in /home/xxxx/public_html/classes/ObjectModel.php on line 837
  2. these are the debug errors using PayPal v3.6.6 - by PrestaShop right after clicking on continue button on paypal Notice: Undefined index: PAYMENTREQUEST_0_SHIPTOSTREET in /home/xxxx/public_html/modules/paypal/express_checkout/payment.php on line 71 Notice: Undefined index: PAYMENTREQUEST_0_SHIPTOCITY in /home/hintofla/xxxx/modules/paypal/express_checkout/payment.php on line 74 Notice: Undefined index: SHIPTOSTATE in /home/xxxx/public_html/modules/paypal/express_checkout/payment.php on line 75 Notice: Undefined index: SHIPTOZIP in /home/xxxx/public_html/modules/paypal/express_checkout/payment.php on line 76 Fatal error: Uncaught exception 'PrestaShopException' with message 'Property Address->address1 is empty' in /home/xxxx/public_html/classes/ObjectModel.php:837 Stack trace: #0 /home/xxxx/public_html/classes/ObjectModel.php(255): ObjectModelCore->validateFields() #1 /home/xxxx/public_html/classes/ObjectModel.php(596): ObjectModelCore->getFields() #2 /home/xxxx/public_html/classes/Address.php(186): ObjectModelCore->update(false) #3 /home/xxxx/public_html/classes/ObjectModel.php(417): AddressCore->update(false) #4 /home/xxxx/public_html/modules/paypal/express_checkout/payment.php(176): ObjectModelCore->save() #5 {main} thrown in /home/xxxx/public_html/classes/ObjectModel.php on line 837
  3. this is great but one more variation request. Is there a way to randomize the items instead of sorting them. I want to use the RSS feed on multiple external pages showing random products can anything be done with rand() or shuffle() on rss.php file?
  4. I noticed that the add to cart notifiction / popup message is displayed only when the cart is empty and the first product is added to the cart. Once the cart has something in it and a user ads a new product to cart the notification does not pop up anymore. It seams that it is set to pop up on the first add to cart only. I think that if a user continues to shopping and adds another product to cart they may not be able to see the checkout action anymore unless they scroll up and click on shopping cart drop down. Is there a way to show/popup the add to cart notification (cloud/animation/popup) every time an item is added to cart? im using bootstrap theme and script 1.6
  5. I'm getting this error once i enable the one step process in the checkout Fatal error: Access level to OrderOpcController::removeJS() must be public (as in class FrontControllerCore) in /home4/hintofla/public_html/sandbox/override/controllers/front/OrderOpcController.php on line 428 I don't know how to tackle this property.
  6. SOLVED '' All you have to do is go to that products edit page in your admin and change one of the combination defaults than change it back to the one you had before. That's it done , something resets .....
  7. All you have to do is add the pages to your Robots.txt file and block it there disallow: /best-sale no need to go to the script. If robots text is blocking the page than it does not matter what tags are in the page itself. You also dont need the follow tag if the page is blocked because there is no page rank for the page anyways because its blocked.
  8. To keep the new template. Set a cookie if "get" finds the ab variable in the link. Than in than in the code above look for get or the cookie. If get or cookie exists change the theme. This way the only way to change the theme to the original one would be by clearing thw cookies in the browser. This way links dont have to be changed.
  9. i found the solution to this problem Yes, use MyPHPAdmin, go to your database, choose SQL tab and paste this: alter table ps_product add column redirect_type int (10) ; alter table ps_product_shop add column redirect_type int (10) ; then click GO button on the bottom right. see the whole thread here http://www.prestashop.com/forums/topic/213042-upgrade-to-1530-problems/
  10. problem got fixed with a huge help of scotty501 thanx Solution: turn off magic quotes. magic_quotes_gpc this can be done in PHP.ini Magic quotes for incoming GET/POST/Cookie data. magic_quotes_gpc = Off or in WHM MAIN >> Service Configuration >>PHP Configuration Editor >> Advanced Mode worked for me hope it will for you
  11. I have an identical problem could it be that my username and database contains an underscore I don't think it should be a problem because when i hit test connection it passes the process stops with the next button at the bottom of the page If anyone can offer any solution I would appreciate it very much
×
×
  • Create New...