|
Show Packages 5 Years, 8 Months ago
|
Karma: 0
|
|
Hello,
I have three differents packages and I don´t know ...
How can I show the packages?
thnx!
|
|
Aloga
Fresh Boarder
Posts: 5
|
|
|
|
|
Re:Show Packages 5 Years, 8 Months ago
|
Karma: 0
|
|
Already I saw it. It was in the menu top in "pay" the url is:
index.php?option=com_mls_events&task=pay&eventid=1&Itemid=0
|
|
Aloga
Fresh Boarder
Posts: 5
|
|
|
|
|
Re:Show Packages 5 Years, 8 Months ago
|
Karma: 9
|
|
I know, this is well hidden.
I guess you might want to add an option to the joomla mainmenu with this "task=pay" link so users find it.
|
|
|
|
|
|
|
Re:Show Packages 5 Years, 7 Months ago
|
Karma: 0
|
|
I have a problem. I have this "index.php?option=com_mls_events&task=pay&eventid=1&Itemid=0"
as access public, but If user goes to url doesn´t access public.... "You are not authorized to view this resource.
You need to login."
How I can change it If I have configuration access public?
thnx!
|
|
Aloga
Fresh Boarder
Posts: 5
|
|
|
|
|
Re:Show Packages 5 Years, 7 Months ago
|
Karma: 9
|
|
You can't, because I enforce this in my code. There will be a line somewhere:
if(!$my->id) {
mosNotAuth();
}
Because only users which are logged in and have enrolled for the event are supposed to see this site anyway. Reason being, it hosts the PayPAl button which can only be valid when you are logged in, otherwise the ItemNumber cannot be generated and when the payment arrives, my script would not know which user it is for.
If you are not using PayPal, this page does not show anything that the "Payment Instructions" on the detail page would not already show anyway.
|
|
|
|
|
|
|