Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Extra Product Links


JoeB

Recommended Posts

Posted

I am looking for a way to add extra product links on the product page.

 

I know I can do it via the FCK editor and put it in my description as html but that is to much work. If there is a contribution that will add more product links in admin that would be great. I can add them in the products database and put in 3 or 4 new fields in it but want to have them listed like the product URL are.

 

I have looked at the contribution called extra products fields but not sure if I can add links in them or not.

 

The product has 2 or 3 sound files that I want to have links for so customers can hear them. I am not selling music but maybe something like that might work.

 

Any ideas?

  • 2 weeks later...
Posted

Anybody have any ideas?

I'm afraid the Extra Product Fields would not create a link for you automatically of that is what you are asking. There is no restriction against adding HTML to the contents of an extra field but you would have to do it manually. The TinyMCE editor allows you to insert an image in the product description and will generate most of the HTML for you but I don't know if it would work for a sound file or not.

Posted

Should take you not more than an hour to;

 

Change the product adding page to allow for extra inputs. Copy the existing code but rename appropriately.

 

Add to database to hold the values.

 

Check if database values are not null and show the links if appropriate on product_info page.

Posted

Thanks guys,

 

I added the contribution called extra fields to get what I needed for the sound files. I have only tested a few things but it seams to work.

Posted

I'm afraid the Extra Product Fields would not create a link for you automatically of that is what you are asking. There is no restriction against adding HTML to the contents of an extra field but you would have to do it manually. The TinyMCE editor allows you to insert an image in the product description and will generate most of the HTML for you but I don't know if it would work for a sound file or not.

 

I can confirm that the extra fields will work with a sound file. I tested it by putting a direct link to an mp3 file and then input code for flash button that was set to play an mp3. Both ways work great. This is a good contribution for people who are creating an mp3 download store. You can display a preview button on the product info page and store a reference to the audio in the database. I used My Website Talks software to generate the flash mp3 button.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...