Forum Replies Created
-
AuthorPosts
-
June 30, 2013 at 9:09 pm in reply to: eStore-product search with add to cart button, line break after Quantity #48155teenmetalMember
Hi, I changed all occurances of $line_break=true to $line_break=false as you suggested and my button is still sitting on the line below the quantity field. FYI: I updated the plugin with a fresh copy after I posted this support request and I cleared my cache. Could the problem be the quantity field is set to display inline?
June 18, 2013 at 3:05 am in reply to: WP Gateway Bundle tweaks: cc default expirations date, checkout button #52856teenmetalMemberwell, not necessarily, i just think it’s offputting if when you are entering your credit card expiration date and let’s say the month is anywhere from january to june (aka, anytime this year before now), you get a red error message.
i have tested this out and when i put in an expiration date of 2/15, i get the red error message when i set the month to 2. then when i adjust the year, the error message goes away, but the actual month i selected which now appears in the dropdown stays red. it doesn’t go away until you enter your CVV.
i know this is a tiny detail, but it seems like most of the people who choose to pay by credit card on my site are people who are not used to paying for things online and they tend to get alarmed at stuff like this, so it’d be great if there was some kind of solution that got rid of the error message/red.
June 17, 2013 at 5:20 pm in reply to: WP Gateway Bundle tweaks: cc default expirations date, checkout button #52854teenmetalMemberHi, Although the default year in the credit card expiration field on the COLLECT DETAILS page provided by the Payment Gateway plugin now reads 2013, the default month is listed as 1, which now results in a red error message once the customer selects the month of their credit card expiration. I have just downloaded and updated my Payment Gateway plugin–how do I rectify this?
June 17, 2013 at 4:43 pm in reply to: eStore-product search with add to cart button, line break after Quantity #48153teenmetalMemberHi, I would like my Quantity Field to rest on the same line as my add to cart button. The OP shared a link that shows he was able to do this: [http://printer-pro.com/shop/all-products/]
I did what is described here:
The line breaks for the product display are actually part of the code so to remove them you will need to modify the code.
Look in the eStore_misc_functions.php file and go to the piece of code which looks like this and you can remove the line break:
if($ret_product->show_qty==’1′)
{
$replacement .= ESTORE_QUANTITY.’: <input type=”text” name=”add_qty” size=”1″ value=”1″ /> ‘;
if ($line_break) $replacement .= ‘
‘;
}
But this only resulted in my add to cart button sitting directly underneath the Quantity field. How do I modify the code so that my quantity field is on the same line as my add to cart button as seen here: [http://printer-pro.com/shop/all-products/]
I am using wp estore plugin with payment gateway plugin. Here is the page where I would like to see this happen: [http://apologymagazine.com/issues-dev-page/]
Also seeing line break on instances where I have a product variation dropdown: [http://apologymagazine.com/subscribe/]
June 16, 2013 at 10:49 pm in reply to: eStore-product search with add to cart button, line break after Quantity #48151teenmetalMemberHi,
I’d like to put my quantity field on the same line as my add to cart button as well. I opened up the php filed specified above, and found the line of code that needs editing, but your instructions aren’t clear to me. What exactly do I need to remove to make the line break go away? Here is the code you said to edit–can you describe exactly what needs to be changed?:
if($ret_product->show_qty==’1′)
{
$replacement .= ESTORE_QUANTITY.’: <input type=”text” name=”add_qty” size=”1″ value=”1″ /> ‘;
if ($line_break) $replacement .= ‘
‘;
}
teenmetalMemberHi, I have a related question:
I disabled the Amex option from my Gateway Bundle as described here (I’m using PayPal Pro to process credit card orders on my site), but now I’d like to also remove the line from the CVV tooltip that tells folks where to find the 4 digit cvv on their Amex. Using Firebug I see that the tooltip text is in hint.php but I cannot find that file.
teenmetalMemberHi, I’d like to disable the Amex field as well. Can you send me in the right direction as far as where to put the “display: none” code?
January 4, 2013 at 2:56 pm in reply to: eStore/NextGEN – Adjusting Width of Product Variation Drop-Downs/Container #50297teenmetalMemberThanks–here’s a sample product page: [http://www.namarococo.com/portfolio/random-geometry-in-graphite/]
Quantity field is fine on desktop computers, but on iOS, the quantity field is too narrow to see more than one digit, if double digits are entered. I don’t mind if a CSS fix makes the quantity field wider on desktops too, I just don’t know where or how to adjust the CSS.
January 3, 2013 at 6:48 pm in reply to: eStore/NextGEN – Adjusting Width of Product Variation Drop-Downs/Container #50295teenmetalMemberHi,
How do I expand the width of the product quantity field for iPads and iPhones? When customers enter a double digit quantity on their iPhones, the quantity field box is too narrow, and only one numeral shows up.
Thank you!
-
AuthorPosts