Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Excuse My Ignorance


energy69

Recommended Posts

Hi,

 

Let me start by apologising for any questions that come across as very stupid although I have just begun learning osCommerce and came across STS. i realised the enormous benefit of this as a front end designer. I need to be able to have full control over the look and STS seems to be the route to take. i haev followed the instructions for installling STS to a T and I am using a fresh copy of osCommerce. My question is simple. Why do I not see the STS link within the left column of Admin - Modules? What I have is Payment, Shipping and Order Totals.

 

Any help is much appreciated.

 

Sam

Link to comment
Share on other sites

Hi,

 

Let me start by apologising for any questions that come across as very stupid although I have just begun learning osCommerce and came across STS. i realised the enormous benefit of this as a front end designer. I need to be able to have full control over the look and STS seems to be the route to take. i haev followed the instructions for installling STS to a T and I am using a fresh copy of osCommerce. My question is simple. Why do I not see the STS link within the left column of Admin - Modules? What I have is Payment, Shipping and Order Totals.

 

Any help is much appreciated.

 

Sam

 

Looks like you haven't followed the instructions to a T. A J perhaps ;)

 

In catalog/admin/includes/boxes/modules.php there should be

 

  if ($selected_box == 'modules') {
$contents[] = array('text'  => '<a href="' . tep_href_link(FILENAME_MODULES, 'set=payment', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_PAYMENT . '</a><br>' .
							   '<a href="' . tep_href_link(FILENAME_MODULES, 'set=shipping', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_SHIPPING . '</a><br>' .
							   // START STS 4.1
							   '<a href="' . tep_href_link(FILENAME_MODULES, 'set=sts', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_STS . '</a><br>' .
							   // END STS 4.1
							   '<a href="' . tep_href_link(FILENAME_MODULES, 'set=ordertotal', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_ORDER_TOTAL . '</a>');
 }

 

Is that there? If not, run back through the install and confirm you've added everything. Actually, do that anyways :-"

 

Hope that's helpful,

 

Iggy

Everything's funny but nothing's a joke...

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