- This topic has 22 replies, 7 voices, and was last updated 13 years, 1 month ago by .
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › search function not displaying quantity and add to cart button
Tagged: add to cart, quantity, search, search button
http://gotarda.com above content area
There is no issue with the search button. We do not use the standard WordPress search button. Our product search layout is as following:
1) The input text field in the first line
2) Then in the next line you will have the submit button.
This layout helps keep the search area narrow so people who are trying to use it on a sidebar can use it.
I was referring to the search with add-to-cart button. In a sidebar It does not look nice, particularly not If one uses product variations. A different styling for this search product short code with the button next to the input field would be good imho.
I notice that the input field/search button looks much better in Safari and assume that is related to the css errors I am getting in Firebug when loading the page in firefox:
vertical-align: center !important; in eStore_extra_shortcode_css.css
align:right; in wp_eStore_style.css
Hi,
I am placing my search form on the main content instead of on the sidebar. I would like to place the submit button on the right side next to the input textfield. How do I do this?
Thank you.
WP eStore doesn’t have a search option like that.
OK. In that case where is the code the the search form located? Perhaps I can edit there directly.
It comes from the extra shortcodes plugin. So look in the “eStore-extra-shortcodes.php” file in that plugin (find the following function in that file):
wp_eStore_product_search_handler