Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Enhanced Vendors 1.0 corrections


Guest

Recommended Posts

1) There is end-bracked "}" was missing end of the first function in the file /functions/general.txt

 

2) in the filenames.php:

//vendor contribution

define('FILENAME_VENDORS', 'vendors.php');

define('FILENAME_PRODS_VENDORS', 'prods_by_vendor.php');

 

must be. second line was missing.

 

After that it works but prods_by_vendor section doesn't allow to add/delete any product to map vendor

 

Any comment?

Link to comment
Share on other sites

You owe added the line

define('FILENAME_PRODS_VENDORS', 'prods_by_vendor.php');

In the file

admin\includes\application_top.php

 

----------------------------------------------------------------------------

admin\includes\application_top.php

add this line in between the <? ?>

 

-------------------------------

// vendor contribution

define('TABLE_VENDORS', 'vendors');

define('TABLE_PRODUCTS_TO_VENDORS', 'products_to_vendors');

define('TABLE_VENDORS_TERMS', 'vendors_terms');

define('FILENAME_VENDORS', 'vendors.php');

define('FILENAME_PRODS_VENDORS', 'prods_by_vendor.php');

Best regards

 

Trois Fois Rien

Link to comment
Share on other sites

@tfr

it is the best way to add those line to filenames.php instead of application_top.php if MS2.1 is not used.

 

In MS2.2 filename mapping is recommended in filenames.php

Link to comment
Share on other sites

I've asked this to writer of contrib but I had email problem, so I lost his answer about this. :(

I requested solution once again but no response yet... :unsure:

 

I think some codes must be inserted in admin/categoires.php in order to add vendor button functionality.

Link to comment
Share on other sites

unfortunately i couldn't solve this problem

author didn't reply my emails.. also didn't write anything to support forum..

finally i think i will remove contribution..

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