Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Low Stock Report v1.4 HEADING problem in v2.3


sarath

Recommended Posts

Hi,

 

I Try to install Low Stock Report v1.4 in oscommerce v2.3 on in my store. It is perfectly working. Nice one and it is required for a shop owner.

But I get some heading problems in this add ons. Actually I don't have any knowledge in PHP. So I require your help.... :-)

After installation, In report section in admin area, I get 4 reports.

  • Products Viewed
  • Products Purchased
  • BOX_REPORTS_STOCK_LEVEL
  • Customer Orders-Total

 

The developer make a fix in language file to fix the heading of low stock report in to "product stock level". But it see the same in reports. But If i click on this report BOX_REPORTS_STOCK_LEVEL, the heading for it changes in to "Product stock level".

 

  • Products Viewed
  • Products Purchased
  • Products Stock Level
  • Customer Orders-Total

 

Please look in the attachment and suggest some solutions.

post-319918-0-77483900-1361655476_thumb.png

post-319918-0-30035300-1361655489_thumb.png

Link to comment
Share on other sites

Hi,

 

I get it now... :thumbsup:

 

The define for the language file was missing &

here it is:

 

I add a extra defenition on language file.

admin/includes/languags.php

 

//Low stock report

define('BOX_REPORTS_STOCK_LEVEL', 'Products Stock Level');

Edited by sarath
Link to comment
Share on other sites

  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...