Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

LINK STATUS PROBLEM


Guest

Recommended Posts

Hello,

The new version of Links Manager for osC (v1.00)

 

I have a problem with "...notification on link status change and more... "

i can't activated the status in links manager !!!

 

what is the problem

 

All the links can't be activated !!!!

 

notification on link status change and more...

 

[email protected]

www.mxdeal.com

 

Best regards

Edited by stef
Link to comment
Share on other sites

Hello,

 

If you don't find any link status text in the dropdown choices, you probably use a different default language (other than English).

 

To fix this, update your database using the following sql:

 

INSERT INTO links_status VALUES ( '1', 'N', 'Pending');
INSERT INTO links_status VALUES ( '2', 'N', 'Approved');
INSERT INTO links_status VALUES ( '3', 'N', 'Disabled');

 

where, N = your default language ID.

 

If you intend to use more than one language in your store admin, repeat this for each language ID.

 

HTH,

VJ

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...