Desperate need of help...cannot log into admin
Hi All,
I'm in desperate need of help. I cannot log into my admin and I believe it has something to do with this contribution. I have uninstalled and reinstalled and drop tables and added tables and nothing I do seems to work. When I go to my admin log in page I get this error...
Fatal error: Cannot redeclare zen_update_products_price_sorter() (previously declared in /store/admin/includes/functions/general.php:2512) in /store/admin/includes/functions/functions_prices.php on line 2672
Please help!!!!
Re: Desperate need of help...cannot log into admin
I just installed this mod, and had the same problem as bx1. in case you haven't figured out the error here is the solution
for step 5 the file asks you to modify this file
in includes/functions/functions_prices.php
but it should be admin/includes/functions/functions_prices.php
this was a bit confusing since all the text to find and edit seems to be in both files.
Re: Desperate need of help...cannot log into admin
Quote:
Originally Posted by
mehmehmeh
I just installed this mod, and had the same problem as bx1. in case you haven't figured out the error here is the solution
for step 5 the file asks you to modify this file
in includes/functions/functions_prices.php
but it should be admin/includes/functions/functions_prices.php
this was a bit confusing since all the text to find and edit seems to be in both files.
seems I can't edit my post. I was wrong, step 5 is still editing the file includes/functions/functions_prices.php NOT the admin one I posted earlier.
I had tried to install the mod twice before and got the same error so I tried editing the other file and it didn't throw the error at the admin console but then I noticed the msrp was not showing up in the store. Carefully editing includes/functions/functions_prices.php
for the third time got me the desired results.
Re: Strike Through - MSRP
Quote:
Originally Posted by
majoritywhip
How about getting rid of the strike through on MSRP?
Why would you want to get rid of the strike through that is the reason for this mod to show your customers that they are not paying MSRP
Re: Strike Through - MSRP
Quote:
Originally Posted by
majoritywhip
How about getting rid of the strike through on MSRP?
to remove the strike through in functions functions_prices.php, find html tags <s> and</s> there should be two sets in the MSRP section remove them and the strike through is gone