View Single Post
  #1  
Old 12-12-2011, 01:16 PM
 
scalemar scalemar is offline
 

Advanced Member
  
Join Date: Oct 2006
Posts: 35
 

Question Add News Management To Fullfilment Staff (v4.4.4)

I try to add newsmanagement to the fulfillment staff access panel, but I did something wrong,because I get a message from de admin panel
Page not found! The requested page does not exist or youare not allowed to access it!

Here is what I did:
Go to the following directory:
Quote:
\xcart directory\include\security.php

As you have located that file, you need to look for the following line:

Quote:
if ($user_account["flag"] == "FS") {
$_fulfillment_scripts = array(


Between the percentiles are the pages which the fulfillment staff are allowedto access.

I put News.php in there the fulfillment user will be able toaccess the News management feature.

Now that▓s only step one. What you also need to do is you need to go to:


xcart_directory/skin/common_files/fulfillment/home.tpl


Once your there, you insert the link to that page. In this caseyou would insert the following code in the menu section:
Quote:
{include file="../skin/smart_template/customer/news.tpl"}

Now is supposed to be fine, but in the fulfillment panel, shows the News tab,but the link not work.


Please somebody tell me, what I need to do more.

Thank you

Moses
X-cart 4.4.4
Smart template
CDSEO Pro
__________________
x-cart V4.4.4
Smart Template
CDSEO
Unix
Reply With Quote