Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Phoenix 1075 button size on product information page


ce7

Recommended Posts

hi,

I am adding ask for quote for phoenix 1075 version, trying to add button Ask for Quote / Quote to product_info page,
how can I unify the button size as Add To Cart?
right now the quote button is small, how can i make it as Add To Cart to fill up the space?

	echo tep_draw_button(PI_BUY_BUTTON_TEXT, 'fas fa-shopping-cart', null, 'primary', array('params' => 'data-has-attributes="' . (($products_attributes['total'] > 0) ? '1' : '0') . '" data-in-stock="' . (int)$product_info['products_quantity'] . '" data-product-id="' . (int)$product_info['products_id'] . '"'), 'btn-success btn-block btn-lg btn-product-info btn-buy');
	echo tep_draw_button(IS_PRODUCT_BUTTON_QUOTE, '', NULL, array('params' => 'data-has-attributes="' . ((tep_has_product_attributes((int)$product_info['products_id']) === true) ? '1' : '0') . '" data-in-stock="' . (int)$product_info['products_id'] . '" data-product-id="' . (int)$product_info['products_id'] . '"'), 'btn-success btn-product-info-product btn-quote') . PHP_EOL;
	

any help or suggestion is appreciated, thanks!

image.png.1063ceee043cf7f56e49d8c08c68c842.png

image.png.f995dc9259be28601d8a5b3bc9fd445a.png

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...