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
  • New Member
More
15 years 3 days ago #2785 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?

Please Log in or Create an account to join the conversation.

More
14 years 11 months ago #2807 by Best Best
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.

More
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 :

$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.