Forum Replies Created
-
AuthorPosts
-
gerardyapMember
Hi,
I manage to find a solution. thanks for your help
gerardyapMemberHi,
I manage to find a solution. thanks for the help
gerardyapMemberHi,
pardon me as I’m unclear on your response. which file I have to specify the value ?
gerardyapMembergerardyapMemberhi,
my web is live and link is under draft mode. I’m afraid if i published it, it may cause some miscommunication. Is there any other ways to do it.
my website is http://www.mjhub.biz
gerardyapMemberHi,
I tried entering non numeric value in the quantity, but there isn’t any error shown. I have done define(‘WP_ESTORE_SHOW_UPDATE_BUTTON_FOR_QTY_CHANGE’, ‘1’) , but still fail.
Do advise.
gerardyapMembernice thank you very much : )
gerardyapMemberHi,
noted with thanks.
gerardyapMemberHi,
it works with the update button..what would be the code to add if i would like to have a box that surround the qty portion ? i tried adding the following code below on eStore cart php, but it was unsuccessful. Do you guys do customization of this plugin for a fee ? I have the intention to send my requirement and need someone to help me to modify the plugin according to my preference.
$output .= “<td style=’text-align: left’><form method=”post” action=”” name=’peStore_cquantity’ style=’display: inline-block;border-width:1px;border-style:Solid;border-color:#BFBFBF;width:30px’>
<input type=”hidden” name=”product” value=””.htmlspecialchars($item).”” />
<input type=’hidden’ name=’eStore_cquantity’ value=’1′ /><input type=’text’ name=’quantity’ value='”.$item.”‘ size=’1′ class=’eStore_cart_item_qty’ />”;
if(WP_ESTORE_SHOW_UPDATE_BUTTON_FOR_QTY_CHANGE === ‘1’){
$output .= ‘<input type=”submit” value=”‘.ESTORE_UPDATE.'” class=”eStore_update_qty” />’;
}
$output .= “</form></td>”;
}
gerardyapMemberHi,
I have managed to set the correct layout to my requirement. Still left this portion. What is the input code to have the Grey border to appear just on the Qty portion of the shopping cart. I have disabled the textfield border under CSS. I would just need 1 grey border to appear around the qty portion so as to let customers to know that it is a text field which is able to edit the qty. Thanks
gerardyapMemberThe Shopping Cart Screenshot fonts appear to be too big for my layout..which file do i change on the font size and how do i adjust the spacing between the titles ? The border on the quantity column is also gone..whats the code i should input to install the border back ?
gerardyapMemberHi,
i managed to find the solution from the forum..thanks
gerardyapMemberHi,
thank you for the prompt response. I have managed to use my own design of “empty cart” to my website. However, i would like to remove the wording “Shopping Cart is Empty” found below the image. i have tried wpestore > setting > Text or Image to Show When the Cart is Empty (To use a customized image for the empty cart display instead of a plain text, simply enter the URL of the image file in the above field.) and place my url, im still able to see the “Shopping Cart is Empty”.
-
AuthorPosts