Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with customer group discounts


MWebb

Recommended Posts

I'm trying to install customer group discounts but I've run into a problem. The instructions say to go to admin/includes/boxes/customer.php and insert this line <a href="' . tep_href_link('customer_group_discounts.php', '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMER_GROUP_DISCOUNTS . '</a><br>.

 

Now I look in that folder and I don't see a customer.php so I assume it must be a spelling mistake and meant customers.php. When I go into that file I don't see code like that, all I see is array(

'code' => FILENAME_ORDERS,

'title' => BOX_CUSTOMERS_ORDERS,

'link' => tep_href_link(FILENAME_ORDERS)

),

 

I've tried compensating and making the code that I need to add similar to that by making it like this array(

'code' => FILENAME_CUSTOMERS_GROUP_DISCOUNT,

'title' => BOX_CUSTOMERS_GROUP_DISCOUNT,

'link' => tep_href_link(FILENAME_CUSTOMER_DISCOUNT)

),

 

but all that does on the admin page is this If I click on the link "BOX_CUSTOMERS_GROUP DISCOUNTS" it comes up with message

Not Found

 

The requested document was not found on this server.

 

 

Can someone please tell me what I've done wrong and how to fix it please?

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.

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