Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

backups


charlieb in ct

Recommended Posts

Posted

finally have our store front set up ... but need some help with the finishing touches.

 

first ... how to I get the backup feature working?

 

second ...we are using the store front just to do registrations for our cycling event in september ... so I would like to remove all traces of the "reviews" links that show up on the "products" ... how do I do that?

 

third ... I'd like to use a larger text that the default .... I tried <font=5> xxxxx </font> and that results in a blank home page... any suggestions?

 

thanks

 

charlie

 

www.wecyclect.org/shop

Posted

you go to admin and you create folder backups and you set it to writable (777)...

 

 

for review you find and remove:

 

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

Posted
you go to admin and you create folder backups and you set it to writable (777)...

for review you find and remove:

 

great! that worked on the first try.... appreciate the quick response..

 

 

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

 

 

what file is the above code in?

 

 

also, any suggestion on how to increase the font size on the home page? www.wecyclect.org/shop??

 

again,

thanks

 

charlie

Posted
<tr>
	<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
  </tr>
  <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>

Posted
<tr>
	<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
  </tr>
  <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>

 

still can't figure out what the name of the file is that I need to change to remove the "review" buttons

 

thanks

charlie

Posted
thank you All!

 

can I comment out this section with <!-- xxxxx --> ??

 

charlie

 

this seemed to work ...

 

<!-- xxxxx //-->

 

 

charlie

Archived

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

×
×
  • Create New...