|
|
#1 |
|
Diamond Member
![]() Join Date: Feb 2011
Location: Newcastle, Australia
Posts: 1,135
|
Hi.
not even sure if this is possible but... I've got a client and they are using Business Catalyst as their CMS. within the ecommerce section you can create attributes and have them listed as a radiobutton list, but to group similar products together can only be outputted as a crummy table (see below example output) HTML Code:
<table cellspacing="0" class="productTable"> <tr> <td class="productItem"><a href="/linktoproductA.html">groupedproduct-A</a></td> </tr> <tr> <td class="productItem"><a href="/linktoproductB.html">groupedproduct-B</a></td> </tr> <tr> <td class="productItem"><a href="/linktoproductC.html">groupedproduct-C</a></td> </tr> </table> however at the very least I'd love to be able to modify the anchor to be outputted as a radiobutton but is this even possible? (even if it is purely visual so that it appears to work like a radio button but doesnt. - that'll keep the client happy. any thoughts? cheers
__________________
if (headhurts == "possibly") { alert ("keep going!"); } else if (headhurts == "yes") { alert ("go to sleep"); } else if (headhurts == "damn !@#$ mofo scripts...") { alert ("give up and have a beer!"); } else { alert ("watch TV"); } |
|
|
|
|
|
#2 |
|
Silver Member
![]() Join Date: Jul 2011
Posts: 146
|
Phreaddee, first time I've known you to ASK a question, since I've been here.
![]() I don't quite understand what you want to do. Do you want a click on the radiobutton to display the associated link? Maybe a simple image of the desired effect would make it more clear. |
|
|
|
|
|
#3 |
|
Silver Member
![]() Join Date: Aug 2011
Posts: 100
|
Hmm, we did something similar to this a while back but kind of faked it.
HTML Code:
<a href="#" title="Show/Hide"> <img src="/img/closed_icon.png" alt="Closed"/> </a> <img src="/img/closed_icon.png" alt="Closed"/> or <img src="/img/open_icon.png" alt="Open"/>
__________________
Mark R Wubbleyou - Web Design Newcastle A professional web design agency based in Newcastle upon Tyne servicing clients based throughout the U.K. Home spray tan machine - Landlord Reviews |
|
|
|
|
|
#4 |
|
Diamond Member
![]() Join Date: Feb 2011
Location: Newcastle, Australia
Posts: 1,135
|
Yes! U r a legend...
I think youve solved my problem!
__________________
if (headhurts == "possibly") { alert ("keep going!"); } else if (headhurts == "yes") { alert ("go to sleep"); } else if (headhurts == "damn !@#$ mofo scripts...") { alert ("give up and have a beer!"); } else { alert ("watch TV"); } |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|