ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - How do I find this code: <option value="">Select O
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How do I find this code: <option value="">Select O

 Post Reply Post Reply
Author
Message
Tony View Drop Down
Groupie
Groupie
Avatar

Joined: 13-October-2011
Location: Idaho, USA
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tony Quote  Post ReplyReply Direct Link To This Post Topic: How do I find this code: <option value="">Select O
    Posted: 07-November-2011 at 4:46pm
it is on this page:
view-source:http://www.bettiesfashions.com/store/pc/viewPrd.asp?idproduct=3&idcategory=2
Line 394 to 455 area and it looks like this:
*********************************
<!-- Start Product Options -->



<div>Size:</div>

<select name="idOption1" style="margin-top: 3px;">



<option value="">Select One</option>



<option value="64"

>10.5&nbsp;

</option>



<option value="65"

>11&nbsp;

</option>



<option value="53"

>5&nbsp;

</option>



<option value="54"

>5.5&nbsp;

</option>



<option value="56"

>6.5&nbsp;

</option>



<option value="58"

>7.5&nbsp;

</option>



<option value="60"

>8.5&nbsp;

</option>



<option value="62"

>9.5&nbsp;

</option>



<option value="55"

>6&nbsp;

</option>



<option value="57"

>7&nbsp;

</option>



<option value="63"

>10&nbsp;

</option>



<option value="61"

>9&nbsp;

</option>



<option value="59"

>8&nbsp;

</option>



</select>

<br />

<br />

I REALLY appreciate any help in finding this illusive code!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Wacko
#############
Best Regards,
Tony States :)
Back to Top
sdalan View Drop Down
Groupie
Groupie
Avatar

Joined: 10-August-2006
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote sdalan Quote  Post ReplyReply Direct Link To This Post Posted: 07-November-2011 at 5:43pm
My guess is app-ViewPrdFuncs.asp or viewprdcode.asp.

Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 07-November-2011 at 5:49pm
The "Start Product Options" is in viewPrdC and it then calls routines in viewPrdCode like pcs_OptionsN  
Back to Top
Tony View Drop Down
Groupie
Groupie
Avatar

Joined: 13-October-2011
Location: Idaho, USA
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tony Quote  Post ReplyReply Direct Link To This Post Posted: 07-November-2011 at 6:30pm
Thanks very much for the help you guys, I really appreciate it very much Thumbs Up
***---> sdalan,
** I could not find app-ViewPrdFuncs.asp
*************************************
my goal is to organize the shoe sizes code below so they are in order and with the info you guys have provided I still can not see any of the actual code below,

<option value="64"

>10.5&nbsp;

</option>
any further guidance on finding this stuff?... Big smile
#############
Best Regards,
Tony States :)
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 07-November-2011 at 7:13pm
Hi,  You won't find the values like 64 hardcoded in the files. The list is generated from the entries in the database.  
Try these lines in viewPrdCode.asp and try tweaking the output temporarily to PROVE that your in the right place :-

                     '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    ' START: Display Option Name
                    '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    response.write strOptionDescrip & "&nbsp;"
                    '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    ' END: Display Option Name


The loop around that code adds the rest of the option tag.
Back to Top
Tony View Drop Down
Groupie
Groupie
Avatar

Joined: 13-October-2011
Location: Idaho, USA
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tony Quote  Post ReplyReply Direct Link To This Post Posted: 07-November-2011 at 7:26pm
Thanks for the help I really appreciate it very much Big smile
there is a steep learning curve and I learn more each day
#############
Best Regards,
Tony States :)
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.