- Posts: 9
- Thank you received: 0
Any questions about Documents Sellers, post it here .
ITEM_NAME on Checkout page is a link to nowhere
- Jim Schwartz
- Topic Author
- Offline
- New Member
-
Less
More
15 years 3 days ago #2785
by Jim Schwartz
ITEM_NAME on Checkout page is a link to nowhere was created by Jim Schwartz
On the Checkout page for DMS, the item name appears as a link. That link, when clicked, goes to a blank content display. Here's the URL for that display: "index.php/download-gis-document/show_document/[document name].
Is there some way to make that page show the item name unlinked?
Is there some way to make that page show the item name unlinked?
Please Log in or Create an account to join the conversation.
- Best Best
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
14 years 11 months ago #2807
by Best Best
Replied by Best Best on topic Re: ITEM_NAME on Checkout page is a link to nowhere
yeah this is the same problem im having here
joomdonation.com/index.php?option=com_ku...iew&catid=49&id=2767
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
14 years 11 months ago #2815
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: ITEM_NAME on Checkout page is a link to nowhere
Hi
I am sorry for this issue. Just checked and found that it is an bug in the code . To fix it, simply log in to your account, download the latest version and re-install it on your site. If you don't want to re-install component, please open the file components/com_jdonation/views/checkout/view.html.php , look for line 149 , change it from :
To
Thanks,
Tuan
I am sorry for this issue. Just checked and found that it is an bug in the code . To fix it, simply log in to your account, download the latest version and re-install it on your site. If you don't want to re-install component, please open the file components/com_jdonation/views/checkout/view.html.php , look for line 149 , change it from :
$docLink = JRoute::_('index.php?option=com_dms&task=show_document&id='.$row->id.'&Itemid='.$Itemid);
To
$docLink = JRoute::_('index.php?option=com_dms&task=view_document&id='.$row->id.'&Itemid='.$Itemid);
Thanks,
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.