Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems with prices and duplicate admin features


sitewarehouse

Recommended Posts

Hi,

 

I have two issues and not sure if they are related. I have searched the web and this forum for answers and tried the obvious. I have setup a bunch of stores etc and understand osCommerce from the gui side but am having a tough time with this one. These may be related.

 

Problem 1.

My pricing for all items comes up as zero. All are active, currencies in line, tested tunring off and on, messing with product dates, adding and deleting different currencies, nothing seems to show other than "zero" for each product.

 

Problem 2:

There are mulitple categories on the administration side. Almost every admin screen has duplicates. I have tried makign them all the same, in multiples, and this did nto affect problem number 1. I have attached an image to show. Each category of admin has multiple rows of each function. Not cinsistant either, some have one duplication and other items have 2 or 3.

 

I need help because the store has to be active on Monday for the promotion it represents. I am willing to pay for a fix if someone can help. I tried to check in db with phpadmin and did not seem to see multiple entires as described above..but I am not savvy doing that stuff..

 

Can anyone help?

 

Thanks,

Stephen

oscommerce_issue.gif

Link to comment
Share on other sites

It looks you imported to your database several times when trying to cure your problem 1 !

I don't know how many test products you have defined for the demonstration but it would be easiest to clear your whole database and reinstall osCommerce. Another thing you could do is go through your phpMyAdmin and delete all double/triple etc entries you find if you already solved problem 1.

As for problem 1: it is hard to imagine you haven't found the anwer on the forum as there are numerous entries for this ?!

Most of the time it happens when you make another currency as the US$ default while still using the stock (catalog)/includes/languages/english.php where

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
define('LANGUAGE_CURRENCY', 'USD');

must reflect your new default language like

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
define('LANGUAGE_CURRENCY', 'GBP');

 

HTH

Link to comment
Share on other sites

It looks you imported to your database several times when trying to cure your problem 1 !

I don't know how many test products you have defined for the demonstration but it would be easiest to clear your whole database and reinstall osCommerce. Another thing you could do is go through your phpMyAdmin and delete all double/triple etc entries you find if you already solved problem 1.

As for problem 1: it is hard to imagine you haven't found the anwer on the forum as there are numerous entries for this ?!

Most of the time it happens when you make another currency as the US$ default while still using the stock (catalog)/includes/languages/english.php where

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
define('LANGUAGE_CURRENCY', 'USD');

must reflect your new default language like

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
define('LANGUAGE_CURRENCY', 'GBP');

 

HTH

Link to comment
Share on other sites

It looks you imported to your database several times when trying to cure your problem 1 !

I don't know how many test products you have defined for the demonstration but it would be easiest to clear your whole database and reinstall osCommerce. Another thing you could do is go through your phpMyAdmin and delete all double/triple etc entries you find if you already solved problem 1.

As for problem 1: it is hard to imagine you haven't found the anwer on the forum as there are numerous entries for this ?!

Most of the time it happens when you make another currency as the US$ default while still using the stock (catalog)/includes/languages/english.php where

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
define('LANGUAGE_CURRENCY', 'USD');

must reflect your new default language like

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
define('LANGUAGE_CURRENCY', 'GBP');

 

HTH

 

 

 

Thanks.

 

Yes, I tried the currency settings as described above as I did find this before. This did not affect the settings.

 

I did look into the db through phpadmin and as I am not an expert in this area I could not see the duplicate entires for any area, which left me a bit puzzled....I guess looking for someone that can go in for me.

 

Yeah, those were the most logical things to check first which I have been through....

 

Thanks for your help.

Stephen

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...