Forum Activity for @ukdenny

ukdenny
@ukdenny
07/26/18 12:40:12AM
308 posts

Paypal Integration


Installation and Configuration

I am trying to intergrate 3rd party software that can be intergrated with Paypal. The software says 3 steps. Part one paste on all pages (so I am using the header.tpl for this. Part 2 says paste into body, using same template. part 3 ipn at Paypal, done that.
Would a developer please look at my source code and put me right please.
view-source:https://justcountry.co.uk/core/template_modify/skin=jrProJamLight/id=15
updated by @ukdenny: 10/26/18 05:59:26AM
ukdenny
@ukdenny
07/24/18 11:14:32AM
308 posts

Which Template has the thank you page - subscriptions


Design and Skin Customization

paul:
Something like -
{if $_post.module_url == 'subscribe' && $_post.option == 'success'}
    // Your script here
{/if}

What would the code be instead of 'subscribe' if it applied to digital downloads, please
ukdenny
@ukdenny
07/11/18 01:02:22PM
308 posts

Products Module Issue


Jamroom Developers

okay, thank you.
updated by @ukdenny: 07/11/18 01:02:35PM
ukdenny
@ukdenny
07/11/18 12:12:00PM
308 posts

Products Module Issue


Jamroom Developers

Great Brian, thank you.
Just a point regarding shipping, if the shipping cost was say xx for local Country but more to ship to a different country, in other words a drop down choice of shipping how would this be accomplished please?
ukdenny
@ukdenny
07/09/18 12:18:23AM
308 posts

Affiliate Module?


Jamroom Developers

I have sent details to support.
Email back saying need to take out support first.
But the reason I sent is to see if you can do it, otherwise no point
updated by @ukdenny: 07/09/18 01:44:52AM
ukdenny
@ukdenny
07/08/18 01:08:57PM
308 posts

Affiliate Module?


Jamroom Developers

Actuall it wasn't working, I will look at it again
Paul could I email support for you to look at the software intergration guide? Then if you are able to fix it I don't mind paying for the one-to one support. It's driving me nuts.
updated by @ukdenny: 07/08/18 06:54:31PM
ukdenny
@ukdenny
07/08/18 10:28:43AM
308 posts

Affiliate Module?


Jamroom Developers

paul:
Presumably this is to go on a profile page, or pages? The template it goes in depends on whereabouts you want it to show. Then you'll need to decide exactly where you want it to show in order to work out where in the template code it goes.
Also, you say it is to only show for subscribers and VIP supported profiles, so you'll need to test for the specific quota(s) -
{if $profile_quota_id == 'x'}
    // Affiliate script here
{/if}
(If the affiliate code is javascript, be sure tp wrap it in {literal} . . . {/literal} tags)

Sorry that there isn't a simple "Put it here" answer.

Hello Paul, I now have this working using the code you gave me for Subscriptions. . However what woukd I do if I also want to have my vip support and digital downloads that are paid for to do the same?
ukdenny
@ukdenny
07/06/18 05:44:35PM
308 posts

Products Module Issue


Jamroom Developers

Thanks Brian
ukdenny
@ukdenny
07/06/18 12:32:44PM
308 posts

Products Module Issue


Jamroom Developers

PayPal is my active payment processor/plugin
ukdenny
@ukdenny
07/06/18 12:03:22PM
308 posts

Products Module Issue


Jamroom Developers

I think it must be Payments module, there is a shopping trolly icon
  13