Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Auction Help


supercomics

Recommended Posts

Hi,

 

I have attempted to install this mod. The Admin works fine, but the Catalog side doesnt' I'm having problems with one section of the product_info.php additon for new installation. When I input this section I loose my right side and footer. Can someone please help me with this? Thanx, George

 

<!-- //bof moved from bellow by [email protected] for auction product contribution -->

<?php if ($auction_product) { ?>

</form>

<?php

}

?>

<!-- eof moved from bellow by [email protected] for auction product contribution -->

 

<?php

//bof added by [email protected] for auction product contribution

//rewriten by MarcusDesign

if ($auction_product) {

include_once(DIR_WS_MODULES.'/auction_bids.php');

} else {

?>

<tr>

<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">

<tr class="infoBoxContents">

<td><table border="0" width="100%" cellspacing="0" cellpadding="2">

<tr>

<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>

<td class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params()) . '">' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . '</a>'; ?></td>

<td class="main" align="right"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td>

<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>

</tr>

</table></td>

</tr>

</table></td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<?php

}

//eof added by [email protected] for auction product contribution

?>

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