Change the Buy Link

0
In the back-end in the form, I want to change the buy link from a single link to a text area box. I will be inserting much longer code that will go into this box... I've gone through the coded files and I see where the size is set 80 with a max of 250, however, no matter how I change these variables, it stays the same. I've found several instances of this code and have changed them all. It makes me believe I am missing something somewhere.

My goal is to insert html code into the "Buy link" and have this code displayed on the song and artist page (where one could buy).
Responses (2)
  • Accepted Answer

    Friday, December 20 2013, 08:41 PM - #Permalink
    0
    BTW, it would also be possible if I could just change the image for the shopping cart...and added my link in there. I'd still have to make the link longer, however.

    I have tried replacing the buy.png image with another image. Cleared the cache. But the old shopping cart is still there.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, December 24 2013, 11:27 AM - #Permalink
    0
    this field is a VARCHAR(255) in the DB, that means that you will never be able to input more than 255 characters, unless you change the field type in the DB to TEXT.
    The reply is currently minimized Show
Your Reply