Jump to content

hoover11

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • First Name
    Brandon
  • Last Name
    Hoover

hoover11's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks Dan, I meant to update this yesterday but still had some other outstanding PS issues to resolve. I ended up buying the Braintree module from Bellini Services on the addons store. It was having similar issue, so for me it wasn't either module. Mike at Bellini, great customer service, pointed me in the right directions and I was able to stumble through the forums to find this solution below: I was using PS 1.6.1.0 (not sure if these specific issues were fixed in 1.6.1.1 or not). My PS error log was reporting: Exception occured Syntax error in template ..MyTheme../mails/en/order_conf_product_list.txt I found a solution to this specific problem here: https://www.prestashop.com/forums/topic/368367-solved-payment-validation-problem/ I edited order_conf_product_list.txt and removed all slashes. This fixed the issue with the Braintree Module and I assume it would have fixed PayPal too However my order/confirm/etc email formats were all messed up, blue background, no html, lots of those slashes in the code. When I was attempting to fix them I got locked out of the translation email templates are and needed to increase my memory. I followed the thread below to modify the php.ini. I also thought I had previously disabled the magic quotes, but I was unable to get this php.ini to increase the memory until I put it in my admin folder. Once I got this php.ini in the admin folder the memory increased and the turn off magic quotes worked fixing my email templates. https://www.prestashop.com/forums/topic/235573-max-input-vars-1000-solved/ No idea if this will fix the issues you are still having but everything seems to be working now on my end. The module switch cost $40 but having Mike from Bellini help troubleshoot was worth it. Braintree is pretty straight forward, the module has two settings, which I'm unsure which is best, but you can accept Paypal and cards directly on the page.
  2. I can't seem to get my categories to show the correct products or save related items as accessories. The accessories never save in the associations and I can get the categories to work for a little while but then they seem to get lost? I have all my items set to their default category, and I have home and the parent category checked as well. I disabled magic quotes to get my payment module to work and edited a lot of the default theme. Also I had issues with the google analytics not allowing me to add to cart (currently both are disabled), i am using advanced stock management, and have cleared my cache many times. Disabling non-presta modules doesn't work either. site: https://coduro.com
  3. I was able to get PayPal Advance module to work (show on checkout page), accept a payment, but then it leaves the customer high and dry not informing them of anything after hitting the submit button. My thread is here: https://www.prestashop.com/forums/topic/476264-paypal-advance-v139-charging-but-not-showing-customer-presta-v161/?p=2167862 As for how I got this far, I started with a new install of v1.6.1 and with the Paypal v1.3.9 module. I didn't upgrade which I have read can cause issues.
  4. Anyone? Please. Additional information: 1) I'm using a SSL cert. (on all pages) 2) Although the module says you don't need to, I modified the settings in Paypal Manager setup following this guide: https://www.prestashop.com/forums/topic/441830-prestashop-16-paypal-advanced-setup-guide-with-free-default-module/ It did not work. 3) I tried installing the European module, but it doesn't have the on-site checkout feature I want. 4) re-installed Paypal Advance v1.3.9, still doesn't work. 5) I also created a php.ini file to disable Magic Quotes and dropped it in my public_html folder My issues are: 1) The order is in the back office. For payment it says: "There is no status defined for this order." 2) The customer has no indication after submitting their credit card info. No confirm, no redirect, etc. The checkout area just goes blank. I tried modifying the paypal manger settings to go to a confirm page and/or order history but can't get it to work either. I supposed I can try editing the module settings if I can figure out where... 3) The iframe the checkout goes blank, or if I edit the settings in Paypal manager with a different address it shows a cannot be displayed browser page (see below). 4) I checked my access logs and don't see any other attempt to login as the paypal user. I contacted Paypal to see if they can check if the IPN is being sent successfully EDIT: spelling
  5. When a customer checks out using the paypal advance module with a credit card on the site, after entering the CC info it just goes blank to the order checkout page, no confirm, no redirect, nothing! The order is recorded, but without any 'status'. Meanwhile I get a confirm from PayPal the customer has been charged, but the customers has zero indication, no emails. The order is not valid unless I "update payment status". Then the customer gets a payment received email. website: coduro.com Edit: using prestashop 1.6.1, Paypal v1.3.9 I tried manually entering links in the paypal manager-> setup. I tried redirecting to the to the order history page so the customer can at least see that and order was placed until I confirm payment manually for the time being but even that didn't work. It was either ignored or turn off the payment module.
  6. I have been having trouble with the Ajax "add to cart". At one point it wouldn't add products at all. This was apparently caused by the new google analytics module (I now have an older version installed 1.8.2). It seems to work and doesn't seem to be causing this new issue. When add to cart is pressed on the front page the screen dims and on Firefox and chrome the pop-up is very low (sometime partially off screen), on Safari and IE it doesn't appear at all. website: www.coduro.com UPDATE: I think I fixed it, here is what I did if someone else has this issue: edit blockcart.css (in your theme/css/modules/blockcart) Change: #layer_cart position from absolute to fixed line 275 (in my file) #layer_cart { position: fixed; top: 5%!important; left: 0;
  7. I'm trying to add accessories to my product (both have stock and I'm not in catalog mode) and after I select the accessory it appears below (with an "X" to delete) but when I "Save and Stay" or just "save" it does not appear on the live product page and when I re-enter the back office product the associations/accessories are gone. Why won't my accessories save in the back office? [FIXED] I was using an invalid character (not mentioned) in the Title a vertical bar: |
×
×
  • Create New...