Warrior Forum - The #1 Digital Marketing Forum & Marketplace

Warrior Forum - The #1 Digital Marketing Forum & Marketplace (https://www.warriorforum.com/)
-   Programming (https://www.warriorforum.com/programming/)
-   -   Online Store Coding Help PHP (https://www.warriorforum.com/programming/756074-online-store-coding-help-php.html)

wiseworks 19th February 2013 02:49 PM

Online Store Coding Help PHP
 
I'm currently using an online store which isn't supported by the creator anymore.

It's called Express Store.

I originally made it so California and Iowa weren't included in the drop down for billing and shipping.

Now, the products can be shipped to California so I need to change it back.

It's been two years since I made that change and I've looked through dozens of PHP pages within this site but I can't find what I need anywhere.

Does anyone know what php page these typical settings would be on?

In the express store folder these are the options. config, core, css, functions, images and js.

I thought for sure it would be in something like core-ecart but I couldn't find it anywhere.

Thoughts?

TurnRush 19th February 2013 03:12 PM

Re: Online Store Coding Help PHP
 
How did you create that dropdown? Isn't it stored in the database?

If it is hardcoded do a full folder search with any code editor that can search within folders, most can do that. Search for any of the other states.

wiseworks 19th February 2013 03:23 PM

Re: Online Store Coding Help PHP
 
Quote:

Originally Posted by TurnRush (Post 7760107)
How did you create that dropdown? Isn't it stored in the database?

If it is hardcoded do a full folder search with any code editor that can search within folders, most can do that. Search for any of the other states.

Thank you for your response.

Please forgive me though...where would I do this search? Somewhere in my hostgator cpanel or wordpress?

The creator pointed me to the page and I remember seeing the list of countries and states but I can't find it right now.

TurnRush 19th February 2013 05:36 PM

Re: Online Store Coding Help PHP
 
No just on your local system. Download your complete website with ftp to a folder. Then use a coding editor like dreamweaver or a free alternative, and press ctr+f to search, then you can choose to search through the complete folder (not with all software), so all of your php files at once. Then you will easily find what your looking for, if it is the case that the dropdown is in your html/php.

Hope this helps.

wiseworks 20th February 2013 12:48 AM

Re: Online Store Coding Help PHP
 
Quote:

Originally Posted by TurnRush (Post 7760592)
No just on your local system. Download your complete website with ftp to a folder. Then use a coding editor like dreamweaver or a free alternative, and press ctr+f to search, then you can choose to search through the complete folder (not with all software), so all of your php files at once. Then you will easily find what your looking for, if it is the case that the dropdown is in your html/php.

Hope this helps.

Thanks for your help. I found it! It was in a file called Lookup.php


All times are GMT -6. The time now is 01:46 AM.