Osclass Support Forums

Osclass plugin support => SMS Payments Plugin => Topic started by: mwindey on June 06, 2021, 12:58:50 PM

Title: Show move to top and promote on user_items page on top of item.
Post by: mwindey on June 06, 2021, 12:58:50 PM
Hello, I was wondering if it would be possible to place the buttons on the user_items page as well.
So far I have posted them but they have no function and only go to the top of the page instead of the pay function for that item.
Probably the id of that item should be added to the link but how do I get the id of the listing and would it even work this way? Attached I have a screenshot of how the user items are displayed now.
If anyone has an idea I would be very grateful :-) Thanks in advance
Title: Re: Show move to top and promote on user_items page on top of item.
Post by: MB Themes on June 07, 2021, 11:01:39 AM
@mwindey
It could work, if buttons do nothing, there is:
- missing script related to fortumo
- or javascript error
Title: Re: Show move to top and promote on user_items page on top of item.
Post by: mwindey on June 07, 2021, 06:39:43 PM
@MB themes

All is working fine now by adding this line of code in between:
Code: [Select]
</head>
<script src='https://assets.fortumo.com/fmp/fortumopay.js' type='text/javascript'></script>
<body id="body-user-items" class="body-ua">

Up to the next issue :-)

Title: Re: Show move to top and promote on user_items page on top of item.
Post by: MB Themes on June 07, 2021, 07:27:48 PM
Cool :)