Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

WRBGifts.com - B2B


kester

Recommended Posts

Posted

WRB Gifts:

This store is a B2B implementation of osCommerce. I've changed the pricing stucture to include three levels (custom -- I would've used Linda's SEC, but it wasn't out in time), and added many necessary modifications. Eventually, I'd like to change the graphics of the infobox titles a bit.

 

Unfortunately, since this is a live shop, you will not be able to see the product_info pages, or any pricing info. Browse what you can. I am in the process of setting up a B2C storefront as well.

 

I've read through so much usefull content on these forums, so I thank you all for your help.

 

Any comments or suggestions would be appreciated.

 

(This is my first attempt at using osCommerce)

 

WRBGIFTS∙COM

Posted

Nice to see something different here. Yes, the info boxes could be modified to good effect.

 

One or two things...

 

The Navigation hover effect has the text the same color as the orange background.

 

The header has a large area of blank nothing, except a grey graphic. If I were the store owner, I'd like to get some sort of selling message in there like "Gifts for Everyone Delivered to your Door" or something along those lines - or even a small montage of products.

 

The footer doesn't seem to fit the rest of the excellent graphics.

 

Otherwise - great!

Posted

Thanks for the reply and the kind words..

 

I never noticed that the colours of text and highlight were the same in the breadcrumb trail. I'll change that soon.

 

The footer will change once I get the infoboxes 'graphic-ed' up a bit more.

Posted

Nice design! I would only suggest one thing at that is to remove some of the white space between the header and the main page content. It's fine on default.php but on other pages (products_new.php, shopping_cart.php, etc.) there's about 50px of white space you should get rid of.

 

My 2?.

Posted

Great site!!

I really like the login box in the header, could you tell me how to do this?

 

Thanks

Matt

Posted

    <?php if (!tep_session_is_registered('customer_id') && $item_top_login) { 

   require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_LOGIN);

   echo tep_draw_form('login', tep_href_link(FILENAME_LOGIN, 'action=process', 'SSL')); ?>

   <table border="0" cellspacing="0" cellpadding="0">

  	 <tr>

     <td class="smallText"><?php echo ENTRY_EMAIL_ADDRESS; ?></td>

  	 </tr>

  	 <tr>

     <td class="headerNavigation"><?php echo tep_draw_input_field('email_address'); ?></td>

     <td class="headerNavigation" colspan="2"> </td>

  	 </tr>

  	 <tr>

     <td class="smallText"><?php echo ENTRY_PASSWORD; ?></td>

  	 </tr>

  	 <tr>

     <td class="headerNavigation"><?php echo tep_draw_password_field('password'); ?></td>

     <td><?php echo tep_image_submit('button_go.gif', IMAGE_BUTTON_LOGIN); ?></td>

  	 </tr>

  	 <tr>

     <td class="smallText" colspan="2"><?php echo '<a href="' . tep_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>'; ?></td>

  	 </tr>

   </table></FORM>

      <?php } ?>

 

Code for my Login Box on the top left corner.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...