Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Displaying download links after purchase

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #21  
Old 07-13-2006, 07:29 AM
  2coolbaby's Avatar 
2coolbaby 2coolbaby is offline
 

eXpert
  
Join Date: Sep 2004
Location: TN moving to FL
Posts: 265
 

Default

I am happy that it worked for you Amy, but it is not working for me and getting any help has been impossible. It appears that Boomer has written off the customer service end of his business, which is why he has turned things over to another business. He is already upset because I posted his treatment here, so I am not about to give him my server info and risk serious problems. That would be stupid, but as you see, I asked for instructions or a refund last week and still no reply. My money is gone and no script that actually works. He admitted it has issues, but won't give me the info to fix those issues or give a refund. I purchased $160 in mods. The decent thing to do would be to refund that one mod, but obviously...
__________________
Mary Lee
-------------------
Dinner and a Murder Mystery Games
http://www.dinnerandamurder.com

x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template
Reply With Quote
  #22  
Old 07-13-2006, 07:56 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Quote:
Originally Posted by 2coolbaby
I am happy that it worked for you Amy, but it is not working for me and getting any help has been impossible. It appears that Boomer has written off the customer service end of his business, which is why he has turned things over to another business. He is already upset because I posted his treatment here, so I am not about to give him my server info and risk serious problems. That would be stupid, but as you see, I asked for instructions or a refund last week and still no reply. My money is gone and no script that actually works. He admitted it has issues, but won't give me the info to fix those issues or give a refund. I purchased $160 in mods. The decent thing to do would be to refund that one mod, but obviously...

Mary, please check the email used when placing your order. Thanks.

All Downloads links on Invoice license holders have been provided a new version of the mod that will hopefully make installation easier and more bug free.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #23  
Old 03-26-2007, 07:53 PM
  2coolbaby's Avatar 
2coolbaby 2coolbaby is offline
 

eXpert
  
Join Date: Sep 2004
Location: TN moving to FL
Posts: 265
 

Default Re: Displaying download links after purchase

Man I hate to sound like a grump, but I am still having issues with this mod and have emailed Boomer with no reply. I just recently started carrying physical products in addition to download ones. The physical products do not have egoods associated with them in any way. They are in their own categories. Yet when someone buys a physical product the dialog comes up for them to Download a product (but no link of course as there are not any). I get the occassional customer that is claiming I should also be providing them a download product since the receipt shows that! I have had a couple that were very adamant about this. If they buy a physical product we do NOT want them to have an egood product as this would run into resell isssues.

This is a mod flaw. If Boomer won't help maybe someone has run into this using the mod and found a fix for it???
__________________
Mary Lee
-------------------
Dinner and a Murder Mystery Games
http://www.dinnerandamurder.com

x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template
Reply With Quote
  #24  
Old 03-26-2007, 10:04 PM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default Re: Displaying download links after purchase

I have run into this problem before. The problem is in there is some code in the send_keys.php file that is causing every product to generate a key. I would personally just disable the module and follow this:

http://forum.x-cart.com/showthread.php?t=29161

X-Cart already has the code to do this, you just need to add it in. Open skin1/mail/html/order_data.tpl and add this code somewhere in the product listing (after the {foreach from=$products item=product} and before the next {/foreach}:

Code:
{if $active_modules.Egoods and $product.download_key and ($order.status eq "P" or $order.status eq "C")} <br /> <a href="{$catalogs.customer}/download.php?id={$product.download_key}" class="SmallNote" target="_blank">Download</a> {/if}
Reply With Quote
  #25  
Old 04-17-2007, 09:47 PM
 
vickis vickis is offline
 

Advanced Member
  
Join Date: Dec 2006
Posts: 47
 

Default Re: Displaying download links after purchase

Bill, I must say you are the BEST!

I went to add this to my site and found you had already done so!!!! Thanks for always going above and beyond!
__________________
currently: 4.7.1

previously: XCart Version 4.4.5 Pro
Reply With Quote
  #26  
Old 04-17-2007, 10:05 PM
  2coolbaby's Avatar 
2coolbaby 2coolbaby is offline
 

eXpert
  
Join Date: Sep 2004
Location: TN moving to FL
Posts: 265
 

Default Re: Displaying download links after purchase

This is actually something else than what you are talking abou Bill. You are referring to the html link sent to the customer. That is built into x-cart.

The mod I am talking about adds the link to the thank you receipt page that is displayed as soon as a purchase is made. I found that no matter how much I re-worded the link email, it was blocked or sent to a junk mail folder about 50% of the time & it was a HUGE pain. The download link showing up as soon as they make a purchase has really saved us huge amounts of headaches and time. The issue though is that the Download wording all comes up even for physical products, which it should not.
__________________
Mary Lee
-------------------
Dinner and a Murder Mystery Games
http://www.dinnerandamurder.com

x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template
Reply With Quote
  #27  
Old 04-18-2007, 05:11 AM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default Re: Displaying download links after purchase

Quote:
Originally Posted by 2coolbaby
This is actually something else than what you are talking abou Bill. You are referring to the html link sent to the customer. That is built into x-cart.

The mod I am talking about adds the link to the thank you receipt page that is displayed as soon as a purchase is made. I found that no matter how much I re-worded the link email, it was blocked or sent to a junk mail folder about 50% of the time & it was a HUGE pain. The download link showing up as soon as they make a purchase has really saved us huge amounts of headaches and time. The issue though is that the Download wording all comes up even for physical products, which it should not.

Actually we are talking about the same thing. I know the mod that you are using, and I have seen it do the same thing (display links for physical products). I'm pretty sure the mod is not being supported anymore so I recommend you just uninstall it and add the code I suggested above.
Reply With Quote
  #28  
Old 04-18-2007, 08:26 AM
 
Prest0 Prest0 is offline
 

Advanced Member
  
Join Date: Dec 2006
Posts: 31
 

Default Re: Displaying download links after purchase

Quote:
X-Cart already has the code to do this, you just need to add it in. Open skin1/mail/html/order_data.tpl and add this code somewhere in the product listing (after the {foreach from=$products item=product} and before the next {/foreach}:

Code:
{if $active_modules.Egoods and $product.download_key and ($order.status eq "P" or $order.status eq "C")} <br /> <a href="{$catalogs.customer}/download.php?id={$product.download_key}" class="SmallNote" target="_blank">Download</a> {/if}

Bill, would you mind clarifying this a bit? What do you mean by x-cart already has the code to do this but you need to add it in? I'm using 4.1.6, and when I go to the tpl you referenced, I already find the code you mention. The only difference is that instead of the word "Download" is has
Code:
{$lng.lbl_download}
. Yet my invoices don't display download links.
__________________
Preston P. DuBose
12 to Midnight
midnightcellar.com

XCart Gold 4.1.8
3 tier flyout menu
Download Expander
Reply With Quote
  #29  
Old 05-09-2007, 05:47 PM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default Re: Displaying download links after purchase

Quote:
Originally Posted by Prest0
The only difference is that instead of the word "Download" is has
Code:
{$lng.lbl_download}
. Yet my invoices don't display download links.

This is just the language variable, it will not make a difference in displaying the download link. I would make sure the order is being processed, if it is queued there will not be a link.

It is easy to miss the link because it is very small, here is a screenshot:

Image1.gif

To change it to a button and make it more visible change this code:

Code:
<a href="{$catalogs.customer}/download.php?id={$product.download_key}" class="SmallNote" target="_blank">{$lng.lbl_download}</a>

to this:

Code:
{include file="buttons/button.tpl" button_title=$lng.lbl_download style="button" href="`$catalogs.customer`/download.php?id=`$product.download_key`"}

Then it should look like this:

Image2.gif
Reply With Quote
  #30  
Old 05-10-2007, 04:09 PM
  2coolbaby's Avatar 
2coolbaby 2coolbaby is offline
 

eXpert
  
Join Date: Sep 2004
Location: TN moving to FL
Posts: 265
 

Default Re: Displaying download links after purchase

So this will also show up on the invoice that displays on the Thank You page when they purchase? As I said, the problem with it just showing up in the email receipt is that not everyone gets the notification.
__________________
Mary Lee
-------------------
Dinner and a Murder Mystery Games
http://www.dinnerandamurder.com

x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:33 AM.

   

 
X-Cart forums © 2001-2020