Jump to content
thirty bees forum

SLiCK_303

Trusted Members
  • Posts

    1,202
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by SLiCK_303

  1. when you're on the paypal developers website you need to pick your app, then on the top right pick live, then putin those credentials. The client ID and SECRET are completely different for live and sandbox.
  2. It gets used constantly at my shop, seems to work well. I don't use any of the IMAP settings, so I cant say anything about that...
  3. @pedalman, no module, just the stock paypal module. The screenshot is from the last step in the checkout proceess. I traced the code to... /modules/paypal/views/templates/hook/expresscheckoutpayment.tpl. So maybe I need to do an override, not sure.....
  4. right now the paypal button on my site looks like this... Where can I change/put the following and have it work? Right now it says it's 'inline'. p.payment_module.paypal a { padding: 10px; background-color: #FBFBFB; } I tried putting it at the end of global.css, that didn't work. I tried making a paypal.css file, that didn't work. Help....
  5. oh well.... too complicated for me.
  6. add server? url in connections.... im reading the docs now, maybe that'll help me. ;)
  7. that fixed it, just need to configure it.....
  8. so run 7.1.x?
  9. I just tried to install the beta on my test site, I got the following error.. [PrestaShop] Fatal error in module file :/var/www/vhosts/-------/-----------/modules/elasticsearch/elasticsearch.php: Cannot use isset() on the result of a function call (you can use "null !== func()" instead) I commented out with --- important url
  10. It was something in my database, I dont know what, but I got it working again.
  11. I can't for the life of me get a copyright message to show in my footer. Any thoughts?
  12. I guess I figured it out.....
  13. where do i enter my redirect_uri?
  14. SLiCK_303

    Paypal login

    Does anyone have Paypal login working on their site? I keep getting the following when I click on it.
  15. sound like it should to me. look at https://front.thirtybees.com/ and compare yours
  16. I'm clueless then, hopefully someone else can help.
  17. is your idsponsor in psreferralprogram an int(10) ?
  18. I never noticed it, I think you would have to talk to the modules developer on that one.
  19. @Daresh and anyone else: how do I get rid of that “to be determined”? It’s just supposed to be free shipping. You mean like when you empty your cart, and the cart shows that message for a second?
  20. cute website....btw
  21. i think he wants the free shipping comment and the amazon pay button, on two different lines
  22. np..good luck. maybe someone smarter than me can help ya. ;)
  23. since you are using a css to make it go right, things might work differently, I dunno
  24. it should be... ``` {* * Get Free Shipping PrestaShop module. * * @package gmgetfreeshipping * @author Dariusz Tryba ([email protected]) * @copyright Copyright (c) Green Mouse Studio (http://www.greenmousestudio.com) * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) *} {if $remaining_to_spend > 0} {l s='Spend another' mod='gmgetfreeshipping'} {convertPrice price=$remaining_to_spend} {l s='to get free shipping for your order!' mod='gmgetfreeshipping'} {/if} ```
×
×
  • Create New...