*

mwindey

  • *****
  • 461 posts
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
« Last Edit: June 06, 2021, 03:04:24 PM by mwindey »

*

MB Themes

Re: Show move to top and promote on user_items page on top of item.
« Reply #1 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
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by frosticek on June 07, 2021, 07:27:52 PM
*

mwindey

  • *****
  • 461 posts
Re: Show move to top and promote on user_items page on top of item.
« Reply #2 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 :-)


*

MB Themes

Re: Show move to top and promote on user_items page on top of item.
« Reply #3 on: June 07, 2021, 07:27:48 PM »
Cool :)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots