ezosC v2.1 is a turnkey e-commerce online store business solution based in osCommerce 2.2 RC 2a with a full supported IT and tech support staff.  ezosC v2.1  can be customized for any business’ needs with its open source. We have added additional functionality to this store by adding modules for every business to profit from. You need to have the edge over your competition with modules that will set you apart from the rest.

After years of experience developing and repairing shopping carts, we have developed the functionality of the carts that we have made for the various clients, in one great e-commerce solution. From turnkey apparel e-commerce stores and automotive online stores, to reservation systems e-commerce and book online stores, we have developed the ultimate online shopping experience for your customers. Read more

Click here for more information

 
Call Now 1.800.961.7427

 

Complete eCommerce Solution
Based in osCommerce

Help - Search - Members - Calendar
Full Version: Supplier Admin Area Contribution
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Contributions / Add-Ons > Contribution Development
Pages: 1, 2, 3, 4
Rochdalemark
Supplier Admin Area

It's a contribution that allows you to create some suppliers and set a markup percentage for each one and select which categories they can add their products to with a login name and password.

The suppliers can then login to their own pages where they can add products to their categories entering the cost price that they sell the product to you for. The front of the shop will show the list price determined by the markup on cost you had set for that supplier.

The suppliers can only see and modify their own products and not any other suppliers.

Once installed you will have a supplier box in the left admin menu where you add new suppliers, select there markup % and also which categories they can add products too.
The supplier can login to add their products to your store at
http://www.your-domain.com/catalog/supplier_area.php
Here they can add products as well as being able to see how many items they have sold through your store each month..
Rochdalemark
Contribution can be found at

http://www.oscommerce.com/community/contributions,3957
Mediajuggle
QUOTE (Rochdalemark @ Jan 19 2006, 10:31 AM) *



I sell downloaded items.. and I only want the labels to be able to login and see how many downloads have been sold.. I don't want them to have the ability to do anything else...

Can I use this for that?
Mediajuggle
also, would it be possible to provide an sql file that I can just upload through myphpadmin like some of the other contributions provide. I've followed all the installation instructions but I'm not comfortable editing the tables and such in mysql
nilusprotocol
oops double post
nilusprotocol
I have installed the contrib.

I can access the supplier_area.php from mysite.com/myadminpath/supplier_area.php and it will work but this is not good because I don't want people to have to log into the admin first.

Is it supposed to work this way?

Are they supposed to login from mysite.com/supplier/supplier_area.php, mysite.com/supplier_area.php or mysite.com/myadminpath/supplier_area.php? It is a little confusing.

I am getting various error messages when I try from either mysite.com/supplier/supplier_area.php or mysite.com/supplier_area.php.

If it is supposed to work from those links I will post the error messages I am getting.

Thank you for taking the time compile and post this, it must have taking you some time to create.
Mediajuggle
QUOTE (nilusprotocol @ Jan 19 2006, 05:38 PM) *
I have installed the contrib.

I can access the supplier_area.php from mysite.com/myadminpath/supplier_area.php and it will work but this is not good because I don't want people to have to log into the admin first.

Is it supposed to work this way?

Are they supposed to login from mysite.com/supplier/supplier_area.php, mysite.com/supplier_area.php or mysite.com/myadminpath/supplier_area.php? It is a little confusing.

I am getting various error messages when I try from either mysite.com/supplier/supplier_area.php or mysite.com/supplier_area.php.

If it is supposed to work from those links I will post the error messages I am getting.

Thank you for taking the time compile and post this, it must have taking you some time to create.



yes they are supposed to login first... otherwise how would the suppliers be able to see only THEIR INFORMATION?

I installed it and the sql and I'm getting a few errors.. but i'm going to try to fix it before posting again..
Mediajuggle
If you have a kid friendly site.. you might want to modifying the following lines

CODE
define('TEXT_DELETE_CATEGORY_INTRO', 'STOP! What The FUCK are you doing? Are you sure you want to delete this category?');
define('TEXT_DELETE_PRODUCT_INTRO', 'STOP! What The FUCK are you doing? Are you sure you want to permanently delete this product?');


in the

admin/includes/languages/english/supplier_s_categories_products.php

file... whistling.gif
nilusprotocol
I meant are they supposed to log into the backend admin first.
Mediajuggle
this thing has alot of errors and some missing files...
and when you click on the helpdesk and crap inside... it takes you to a CRE page.. which leads me to believe that this wasn't coded directly for Oscommerce..
Rezolles_Net
sad.gif( Hello...


I've try this contribution but...an error occured

The following pictures will explain everything...... thumbsup.gif Please help me...





Mediajuggle
QUOTE (Rezolles_Net @ Jan 20 2006, 02:56 AM) *
sad.gif( Hello...
I've try this contribution but...an error occured

The following pictures will explain everything...... thumbsup.gif Please help me...




you can fix this by going to:
in "admin/includes/langauge/english.php

and adding the following lines before the "?>":

define('BOX_CATALOG_SUPPLIERS', 'Record Label Admin');
define('BOX_SUPPLIERS', 'Record Labels');

I change mine to say Record Labels instead of suppliers but you can make it say whatever you want...

I'm making heading with this contribution but there are still a few errors...
Mediajuggle
Ok here are the final issues i'm having with this contribution...

1. there's no way to "log off"
2. sometimes when I login... i'm shown the sales of everyone on the site
3. on the "stats" page I have the following errors:
Error: There is currently no default currency set. Please set one at: Administration Tool->Localization->Currencies
ERROR_NO_DEFAULT_LANGUAGE_DEFINED
Mediajuggle
AND...
I can't get the number of products sold displayed.

I would like the option to enter an exact amout to be paid to the supplier instead of a percentage as in CCGV.
zaps
This is a great Original contributiion.
I have installed it . But I get the following error when I try to click on the

http://www.XXXXX.com/catalog/supplier/supplier_area.php


Warning: main(../idadmin/includes/functions/database.php): failed to open stream: No such file or directory in /home/XXXXX/public_html/catalog/supplier/includes/application_top.php on line 54

Fatal error: main(): Failed opening required '../idadmin/includes/functions/database.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/XXXXX/public_html/catalog/supplier/includes/application_top.php on line 54


same errors when I go on
http://www.XXXXX.com/catalog/supplier/supp...s_statistic.php

Can anybody help me ?
zaps
QUOTE (zaps @ Jan 21 2006, 12:45 PM) *
This is a great Original contributiion.
I have installed it . But I get the following error when I try to click on the

http://www.XXXXX.com/catalog/supplier/supplier_area.php
Warning: main(../idadmin/includes/functions/database.php): failed to open stream: No such file or directory in /home/XXXXX/public_html/catalog/supplier/includes/application_top.php on line 54

Fatal error: main(): Failed opening required '../idadmin/includes/functions/database.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/XXXXX/public_html/catalog/supplier/includes/application_top.php on line 54
same errors when I go on
http://www.XXXXX.com/catalog/supplier/supp...s_statistic.php

Can anybody help me ?



IN the above I do not have the 'idadmin' directory. Then why is it pointing to that directory ? where is it come from?
Also the file 'application_top.php' looks very strange. It must have been just copied by the author of this contribution without removing his local parameters.

Someome needs to go through the database updates also to make one single .SQL file so that it can be uploaded by any newbie like me using the phpMyadmin.
Mediajuggle
QUOTE (zaps @ Jan 21 2006, 09:41 AM) *
IN the above I do not have the 'idadmin' directory. Then why is it pointing to that directory ? where is it come from?
Also the file 'application_top.php' looks very strange. It must have been just copied by the author of this contribution without removing his local parameters.

Someome needs to go through the database updates also to make one single .SQL file so that it can be uploaded by any newbie like me using the phpMyadmin.



Zaps... you have to get rid of the "idamin" in the following file:

supplier/includes/configure.php
Rochdalemark
I'm sorry about the errors, but as this contribution was taking me a lot of time, I decided to upload it to the contributions so that good people like yourselves could help with the debugging so that we can get it to V1.0 stage much quicker..

I've taken note of what has currently been posted and made alterations
Rochdalemark
Dont forget The supplier can login to add their products to your store at

http://www.your-domain.com/catalog/supplier_area.php

They don't have to log-in to your admin backed...
I did have it origionally on the standard admin folder but then realized that if you would also be giving the suppliers access to a folder that you didnt want them to have access to if that was the case.. So I moved it all over to the front of the catalog so that security issue wasnt a problem...

If anyone solves some of the errors, please post them here so that I can ammend the contribution..
Rochdalemark
Version 0.6 has now been released with a LOT of the errors now fixed..
The errors generated are because I'm pulling the files from my site which is a heavily modified site and not stock OSC so there were still a few references to other contributions in the files that I missed when removing the references..

Hope you find the contribution of some use and I hope that someone can add to it and make it better.
Mediajuggle
QUOTE (Rochdalemark @ Jan 23 2006, 09:10 AM) *
Version 0.6 has now been released with a LOT of the errors now fixed..
The errors generated are because I'm pulling the files from my site which is a heavily modified site and not stock OSC so there were still a few references to other contributions in the files that I missed when removing the references..

Hope you find the contribution of some use and I hope that someone can add to it and make it better.



thanks.. it's great to know you're supporting us. I thought we weren't gonna to get much help from you (ala OsPlayer). Please excuse my previous comments. This is a great contribution and I'd really like to get it up and running.... thanx...
Mediajuggle
QUOTE (Mediajuggle @ Jan 23 2006, 09:23 AM) *
thanks.. it's great to know you're supporting us. I thought we weren't gonna to get much help from you (ala OsPlayer). Please excuse my previous comments. This is a great contribution and I'd really like to get it up and running.... thanx...



I'm still getting the following errors:
Error: There is currently no default currency set. Please set one at: Administration Tool->Localization->Currencies

and

ERROR_NO_DEFAULT_LANGUAGE_DEFINED

even after the new install...

also... if i login at


http://musica360.com/store/supplier_area.php

i get the following error:

Fatal error: Call to undefined function: tep_get_languages() in /home/musieng2/public_html/store/supplier_area.php on line 20

where as if I log into

http://musica360.com/store/supplier/supplier_area.php

the screen comes up fine...
Rochdalemark
The reason I havn't replied before was only due to the fact I don't work weekends and on friday I was called away from the office so couln't do much then..

Anyhoo.. The only thing that needs doing at the moment is with the file supplier_s_categories_products.php in the supplier folder I think..

It needs the following contributions stripping out of it:-
html area
meta tags
additional images
attributes sorter.

and replacing with stock code..

I havn't got time to do it today but would be gratefull if someone could do that to help the contribution along so that the others aren't waiting for me to get back to it..

All help and comments much appreciated..
Rochdalemark
QUOTE (Mediajuggle @ Jan 23 2006, 02:05 PM) *
I'm still getting the following errors:
Error: There is currently no default currency set. Please set one at: Administration Tool->Localization->Currencies

and

ERROR_NO_DEFAULT_LANGUAGE_DEFINED

even after the new install...

also... if i login at
http://musica360.com/store/supplier_area.php

i get the following error:

Fatal error: Call to undefined function: tep_get_languages() in /home/musieng2/public_html/store/supplier_area.php on line 20

where as if I log into

http://musica360.com/store/supplier/supplier_area.php

the screen comes up fine...


Hmm not sure why that error should appear on the one outside of the supplier folder... there exactly the same file.. will have a look into it.. for the time being then just use the supplier/supplier_area.php page to login

On what pages are you getting the other two errors with language and currency,, as there not apperaing on my test site..
Mediajuggle
QUOTE (Rochdalemark @ Jan 23 2006, 10:17 AM) *
Hmm not sure why that error should appear on the one outside of the supplier folder... there exactly the same file.. will have a look into it.. for the time being then just use the supplier/supplier_area.php page to login

On what pages are you getting the other two errors with language and currency,, as there not apperaing on my test site..



I'm getting that on the "http://musica360.com/store/supplier/supplier_s_statistic.php?"

page when you log in. I don't need the category pages.. I just want them to see how many downloads of their music we're selling...

Also, could you possibly add a "log off" link
Rochdalemark
QUOTE (Mediajuggle @ Jan 23 2006, 02:39 PM) *
I'm getting that on the "http://musica360.com/store/supplier/supplier_s_statistic.php?"

page when you log in. I don't need the category pages.. I just want them to see how many downloads of their music we're selling...

Also, could you possibly add a "log off" link



Hmm my statistics page displays fine with no errors at all on the test site im using to put this contribution onto..
As I'm ripping it from my main site where its all running great with no problems whatsoever, and creating the contribution piece meal from it and testing it on a new site...
Mediajuggle
QUOTE (Rochdalemark @ Jan 23 2006, 10:49 AM) *
Hmm my statistics page displays fine with no errors at all on the test site im using to put this contribution onto..
As I'm ripping it from my main site where its all running great with no problems whatsoever, and creating the contribution piece meal from it and testing it on a new site...


GOT IT UP AND RUNNING!!!!
I didn't replace it with all of the files that you updated....

but ....

1. sometimes when you log in you can see the contents of the whole store
2. one of the logins i've set up only has 5 items but at the bottom it shows << Page 1 of 7 >>
3. i'd still like to have a way for suppliers to log off
zaps
Thanks Rochdalemark and Mediajuggle,

I have changed the configuration file in the supplier directory.

Now I get the following error :

1146 - Table 'techmast_osc1.TABLE_SESSIONS' doesn't exist

select value from TABLE_SESSIONS where sesskey = '46ca9dd48a89b8d3fa85e4823b220bd7' and expiry > '1138102311'

[TEP STOP]


I have checked in the database and the Table 'TABLE_SESSIONS' Exists in the database,

What could be wrong ?
Him
Hello,
I've actually Translate all the V0.6 installation & files to french,
But i do not understand what you mean at the end of the installation files about mysql opération.

Could you please explain that ?

& also when iv'e add contribution & that i'm going to add user by admin, i get this error message :

QUOTE
1054 - Unknown column 'suppliers_id' in 'where clause'

select count(*) as products_count from products where suppliers_id = '70'

[TEP STOP]


so i think i've wrong installed the .sql files :s
Rochdalemark
QUOTE (Him @ Jan 24 2006, 02:27 PM) *
Hello,
I've actually Translate all the V0.6 installation & files to french,
But i do not understand what you mean at the end of the installation files about mysql opération.

Could you please explain that ?

& also when iv'e add contribution & that i'm going to add user by admin, i get this error message :
so i think i've wrong installed the .sql files :s


Check the suppliers table and make sure the first one in there is 1 and not 70.

The auto increment for that table should have been 1 and not 70..

I take it your not sure about the following sql edits needed..

In “products” table add the following lines.

- Name: suppliers_id

- Type: int

- Length: 11

- Null: No

- Default: 0



- Name: cost_price

- Type: int

- Length: 11

- Null: No

- Default: 0



- Name: supplier_id

- Type: tinyint

- Length: 4

- Null: No

- Default: 0








In the “catagories” table add the following line..



- Name: supplier_id

- Type: tinyint

- Length: 4

- Null: No

- Default: 0


What that means is that when your in MySql, click on the categories table on the left. Then you will see the following line:-
Add new field: OAt End of Table OAt Beginning of Table OAfter | | [GO]

Just select end of table and click go.
A screen will come up where you can then enter the values... Name.. Type.. Length.. Null.. and default..

I will at some point get round to adding them to the SQl statement so that you don't have to manually edit the database in MySql.

As this is still in development and not without its bugs,, I wouldn't put it into a working store till it reaches V1.0.. it is just for use on test sites till we get things ironed out.. although it shouldn't effect the rest of your store should you decide to install it on a working store..
Rochdalemark
QUOTE (zaps @ Jan 24 2006, 11:38 AM) *
Thanks Rochdalemark and Mediajuggle,

I have changed the configuration file in the supplier directory.

Now I get the following error :

1146 - Table 'techmast_osc1.TABLE_SESSIONS' doesn't exist

select value from TABLE_SESSIONS where sesskey = '46ca9dd48a89b8d3fa85e4823b220bd7' and expiry > '1138102311'

[TEP STOP]
I have checked in the database and the Table 'TABLE_SESSIONS' Exists in the database,

What could be wrong ?



Please check over your config file again in the suppliers folder and make sure that it matches your database name, username, and password.. you can check your standard config in your admin folder to make sure the paths and log in details are correct..
Him
i'm using it on a test store wink.gif

i'll try to do those things in my Db, & i'll finish the french translation, i'll pack all & up
Rochdalemark
QUOTE (Him @ Jan 24 2006, 03:48 PM) *
i'm using it on a test store wink.gif

i'll try to do those things in my Db, & i'll finish the french translation, i'll pack all & up



If you run this as an sql statement then it should change your tables for you..
I'll add it to the install sql so that others dont have to manualy edit their database.
Let me know how you get on..




--

-- Table structure for the table 'categories'

--

ALTER TABLE `categories` ADD COLUMN `supplier_id` tinyint(4) NOT NULL default '0';



--

-- Table structure for the table 'products'

--


ALTER TABLE `products` ADD COLUMN `supplier_id` tinyint(4) NOT NULL default '0';
ALTER TABLE `products` ADD COLUMN `suppliers_id` int(11) NOT NULL default '0';
ALTER TABLE `products` ADD COLUMN `cost_price` int(11) NOT NULL default '0';
Mediajuggle
I have it running on a live store because the labels I were dealing with were requesting something like this. But I'm having some strange things happens with some of the products.

1. In the admin, all of my suppliers percentages are set at 65%. So out of a 99¢ download they should be getting 65¢.

2. but I'm showing 99¢ for 1 download when it should be 65¢

this dosen't happen in all of them... just a few:

for example (this is REAL data, I'll change the password later)

http://www.musica360.com/store/supplier/

username: bellamami
password: forums

you see the totals are being tallied wrong....

Where or how would I fix this?
Mediajuggle
sorry,
I just had to change the password and username to the previous because I just found out that if you copy the url when're logged in, you can paste it into another browser and be automatically logged in.

That's not a good thing!
Him
Ok This correct all my Db bugs cool.gif

I'll change the install files to this method that will be easyer smile.gif

& also i've change the comments in the .sql files, because are not reconized by major phpmyadmin wink.gif

Thanks again for this nicely contribution tongue.gif
Him
New pack uploaded ;;)
Rochdalemark
QUOTE (Mediajuggle @ Jan 24 2006, 05:48 PM) *
I have it running on a live store because the labels I were dealing with were requesting something like this. But I'm having some strange things happens with some of the products.

1. In the admin, all of my suppliers percentages are set at 65%. So out of a 99¢ download they should be getting 65¢.

2. but I'm showing 99¢ for 1 download when it should be 65¢

this dosen't happen in all of them... just a few:

for example (this is REAL data, I'll change the password later)

http://www.musica360.com/store/supplier/

username: bellamami
password: forums

you see the totals are being tallied wrong....

Where or how would I fix this?



I'll take a look at your site when I get the chance to, but the contribution was set up so that the percentage you put in the admin is the markup not a discount... (im sure someone could improve this by coding a check box by the side of the percentage to select markup or discount)
This way the supplier puts in his admin the cost price..
The front end of the shop then shows the total of cost price plus the markup percentage..
It is set like this so that you can set the amount of profit you require from each supplier and you allways know the exact price that the supplier is selling the goods to yourself...
luckyhuckster
This is looking really good. Is there a screenshot of the supplier area anywhere please?

Can the supplier check the level of sales of his products through that screen?

Thanks

Simon
Mediajuggle
QUOTE (Rochdalemark @ Jan 25 2006, 06:22 AM) *
I'll take a look at your site when I get the chance to, but the contribution was set up so that the percentage you put in the admin is the markup not a discount... (im sure someone could improve this by coding a check box by the side of the percentage to select markup or discount)
This way the supplier puts in his admin the cost price..
The front end of the shop then shows the total of cost price plus the markup percentage..
It is set like this so that you can set the amount of profit you require from each supplier and you allways know the exact price that the supplier is selling the goods to yourself...


But in the admin, it say Suppliers Percentage, so wouldn't that mean if I'm selling a download for 99¢, and I set the Suppliers Percentage to 65%, that their percentage of that sale would be 65¢?

I'll post the information again and enable you to see it:

http://www.musica360.com/store/supplier/
username: bellamami
password: forums


Will there be a fix so that someone can't just bookmark (or copy) the url when logged in, and use it to access the backend without actually logging in?
Rochdalemark
QUOTE (Mediajuggle @ Jan 25 2006, 11:30 AM) *
But in the admin, it say Suppliers Percentage, so wouldn't that mean if I'm selling a download for 99¢, and I set the Suppliers Percentage to 65%, that their percentage of that sale would be 65¢?

I'll post the information again and enable you to see it:

http://www.musica360.com/store/supplier/
username: bellamami
password: forums
Will there be a fix so that someone can't just bookmark (or copy) the url when logged in, and use it to access the backend without actually logging in?



No what happens is that if you enter a price for a product in your normal admin.. the price for cost and the price for final list will be the same..
If a supplier enters a price in his admin then the price he enters is his cost price to you and the final price will be that plus your suppliers markup percentage..
This means that if your supplier is selling you something and he enters his price at $1.00 and you have set that supplier to have a 30% markup the price shown at the front of the site will be $1.30
If you enter a price for a product in your admin for a product then the price will just be the price you entered.

I'm trying to get it so that in your normal admin you can enter a cost price or a list price. if you enter a cost price then it will calculate what the list price should be determined by the supplier markup percentage if a supplier has been associated with that product. BUT on the supplier side... they only see the cost price they have entered and not what the final price will be..
When they view their stats they will see how many they have sold and the total cost price of those sales and not the total list price..


It used a session code, so you would need something that hides that.. Its the same when someone is shopping on your store. if they added things to their basket and copied the url and sent it to someone, then that person would be able to be automatically loged in to that customers account and have the items in the basket..
Thats the problem with sessions.. But why would the supplier send their admin control pannel to someone else? and if they did then it would only effect that supplier and not the rest..

I could do with a good coder to help with this contribution as I'm not really a coder... but I'm doing my best..
Rochdalemark
QUOTE (luckyhuckster @ Jan 25 2006, 10:53 AM) *
This is looking really good. Is there a screenshot of the supplier area anywhere please?

Can the supplier check the level of sales of his products through that screen?

Thanks

Simon


I'll post a screen shot when we get the last bugs squeezed out..

But yes the supplier has two screens he can access.
One is the products and categories screen where he can add his products to the categories you have allowed him access to.
The other is the statistics screen where he can view all of his products, how many times they have been viewed and how many have been purchased and the total cost price for the sales. This will allow him to access whether he needs to alter the description and make it more informative or reduce the price a little or maybe increase it slightly if there are a lot of sales..
Mediajuggle
QUOTE
No what happens is that if you enter a price for a product in your normal admin.. the price for cost and the price for final list will be the same..
If a supplier enters a price in his admin then the price he enters is his cost price to you and the final price will be that plus your suppliers markup percentage..
This means that if your supplier is selling you something and he enters his price at $1.00 and you have set that supplier to have a 30% markup the price shown at the front of the site will be $1.30
If you enter a price for a product in your admin for a product then the price will just be the price you entered.


So how would this effect me since I've deleted the "product" pages so that the labels can't enter anything. The only thing they can do is SEE how many downloads of theirs I've sold. Where should I look (what php page) to modify it so that it takes 65% off of the price listed on the website?


QUOTE
I could do with a good coder to help with this contribution as I'm not really a coder... but I'm doing my best..



You're not really a coder and you created this? Wow! You've done a great job then. A lot better than I could do. Thanks for making this a contribution and taking the time to help us work it out
Jupiters
Hi Rochedalemark,

i stumbled over your contribution and it`s look like a real plus compared to the standard installation.

i installed your contribution and it is easy to handle.

but there are two things i am wondering about: how do you think to handle the "backend"? let me explain what i mean with
backend.
scenario: i am the owner of a osc shop, and also the Admin. i am selling products. so far so good, nothing special.
no i would like to open my shop for other suppliers, so that they are able to sell products over my site. so in fact, my
simple shop is now something like a marketplace.
your contribution handles that quite nice. i also like the possibility to change the price typed in by my suppliers by
percentage. so actually i am the plattform and i am earning money for delivering the marketplace (like ebay). i only
boost the price given by my suppliers by 1 percent, thats my marge.

but what about the backend? every order comes to me as i am the owner of the shop. then i have manually to send the order to the supplier
and substract my 1 percent. same thing with the delivery of the product. actually i dont wanna have to do anything with
the customer and the supplier, instead of helping out if something went wrong.

so best thing would be:

if the supplier logs in, he see's the products he is selling and the prices like now. in addition to this he sees
all the orders, the adresses where he has to deliver the product and so on.

thats what i meant with backend...


greetings Jupiters ,)

ps: i just saw: orders are viewable by suppliers
Him
when i'm trying to log into supplier area i'm getting function language error :/

i've try differents way to solve this problem but i'm not developer & i turn around :s
Mediajuggle
QUOTE (Him @ Jan 26 2006, 05:43 AM) *
when i'm trying to log into supplier area i'm getting function language error :/

i've try differents way to solve this problem but i'm not developer & i turn around :s



I was getting that as well when i was trying to log in from:

www.mysite.com/suppliers_area.php

try logging in at:

www.mysite.com/supplier/suppliers_area.php

that will probably work... it's already set up that way so u don't have to move anything around...
Him
huhu i've tryed this before, & it was not working, because i've not configure the configure's file biggrin.gif

so that's seems good, exept that i'm getting FCKeditor problem ohmy.gif

QUOTE
Warning: main(FCKeditor/fckeditor.php): failed to open stream: No such file or directory in /homepages/31/d139593885/htdocs/boutique/administrator/includes/functions/html_output.php on line 13

Fatal error: main(): Failed opening required 'FCKeditor/fckeditor.php' (include_path='.:/usr/local/lib/php') in /homepages/31/d139593885/htdocs/boutique/administrator/includes/functions/html_output.php on line 13
Rochdalemark
QUOTE (Him @ Jan 26 2006, 01:15 PM) *
huhu i've tryed this before, & it was not working, because i've not configure the configure's file biggrin.gif

so that's seems good, exept that i'm getting FCKeditor problem ohmy.gif



Cant be the contribution, it dosn't use the fckeditor..
you havnt altered your norman admin configure file have you?
Mediajuggle
Where should I look (what php page) to modify it so that when it tallys total amount owed on the suppliers page, that it takes the percentage OFF the product price on the front end?
Him
No in my administrator Area there's no problem !

i only get this result on supplier/supplier_area.php ohmy.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.
Powered by osCommerce.com | Oscommerce Forum