Gert

Results 19 comments of Gert

This is the payment method created - where do I put the (paypal) token? ![image](https://user-images.githubusercontent.com/8372918/132117017-9ef611d9-0224-4503-8673-b487b1edc95b.png)

Looks like v3: from my composer.lock file: ![image](https://user-images.githubusercontent.com/8372918/134127622-f18da58a-54e0-4dd3-92a5-f9245cddd653.png)

Ok before doing this - is it possible to use Paypal Subscribe at all with checkout? I need a [paypal subscribe](https://developer.paypal.com/docs/paypal-payments-standard/integration-guide/subscribe-step-1/) to process payment for the product (not just a...

Surprised there's no case for it, since there's also a lovata shopaholic subscriptions plugin (which I also have), wouldn't Paypal subscriptions make sense to go with it?

Thanks that works (but has-many relations should be plural right? A user can have many orderS ...)

> @gvanto - did you have any luck with extending this to search on parent in GridView? Nope not looked into this for a while now. I am just listing...

Btw should be: 'total_count' not 'like_count' ``` getCount: function(data) { return (data.data.length && data.data[0].total_count) || 0; } ``` Thanks for an awesome social sharing script!

@unematiii that's what I used (and is causing the problem)