Zen Cart Logo

Attribute Pop-Up?

Locked

Views: 785

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Sep 2010, 11:18 PM
#1
turtledove avatar

turtledove

Zen Follower

Join Date:
May 2006
Posts:
182
Plugin Contributions:
0

Attribute Pop-Up?

Is there a way for me to put a " [?] " link or image-link next to the Attribute names, so that when a customer clicks on the link, a pop-up comes up describing the different attribute options?

24 Sep 2010, 3:25 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Attribute Pop-Up?

Is there a way for me to put a " [?] " link or image-link next to the Attribute names, so that when a customer clicks on the link, a pop-up comes up describing the different attribute options?
As open source - - most anything is possible, it just becomes a decision on how much time, energy and $ - that you are ready to invest against the return you will receive for this

Where will you add this description?
If in the admin, then code for the page to enter needs to be written

Where will you store the text entered?
The DB is the best option - but there is no table/record defined for this and will have to be created
Code will need to link a description entered with an attribute

Then there is code to be written for the customer side display

How good are your mysql/php skills?

24 Sep 2010, 4:22 AM
#3
turtledove avatar

turtledove

Zen Follower

Join Date:
May 2006
Posts:
182
Plugin Contributions:
0

Re: Attribute Pop-Up?

kobra:

As open source - - most anything is possible, it just becomes a decision on how much time, energy and $ - that you are ready to invest against the return you will receive for this

Where will you add this description?
If in the admin, then code for the page to enter needs to be written

Where will you store the text entered?
The DB is the best option - but there is no table/record defined for this and will have to be created
Code will need to link a description entered with an attribute

Then there is code to be written for the customer side display

How good are your mysql/php skills?

Thanks for your response. I thought there was going to be an easier way to do this -- hidden somewhere i haven't looked -- like my other previous questions :P. Unfortunately, I have no mysql/php skills :(