Forum Replies Created
-
AuthorPosts
-
December 20, 2011 at 7:29 am in reply to: List of Plugins that Don't Play Nice (Conflicting Plugins) #21385
bhadaway
MemberGreat, also heads up. There are no email notifications for this forum. It was just a fluke I manually checked back, otherwise I would have never known I received an answer.
Thanks, Bryan
December 17, 2011 at 9:43 pm in reply to: List of Plugins that Don't Play Nice (Conflicting Plugins) #21383bhadaway
MemberThis was posted a year ago. Is Bad Behavior still an issue or has it since been updated to allow PayPal IPN?
For example, the following checkbox option has been added:
Allow form postings from other web sites (required for OpenID; increases spam received)
I imagine that might resolve the issue.
Thanks, Bryan
December 27, 2009 at 12:00 am in reply to: Adding product thumbs next to item titles in shopping cart list #16907bhadaway
MemberWell, whatever the image is already in the Gallery as they actually are purchasing prints of the image, but whatever is easiest for you if you’re willing to help, even if I have to do extra work… I’d be very grateful and hopefully this is just adding value and capabilities for other WP eStore users.
bhadaway
MemberDidn’t work, thanks for trying. I know this is above and beyond what should be expected from you from buying your plugin and I appreciate it.
bhadaway
MemberAgain, not a JavaScript guy and there are too many variables running through my head right now to take a risk assuming what I should do, so if you could please refer to the exact code I have here:
function CheckTok (object1)
{
var j,tok,ary=new Array (); // where we parse
ary = val.split (” “); // break apart
val_1st_half = ary[0];
for (j=0; j<ary.length; j++)
{
// look at all items
// first we do single character tokens…
if (ary[j].length < 2) continue;
tok = ary[j].substring (0,1); // first character
val = ary[j].substring (2); // get data
if (tok == “+”)
{
//alert(val);
amt = amt + val*1.0;
}
if (tok == “-“)
{
amt = amt – val*1.0;
}
}
}
And please provide the new code to replace this for my solution…
bhadaway
MemberNormally I would agree, but I’m not using it like that. There is no base price with additional options type scenario. It’s just different options with their corresponding prices period. I just have the base price set to 0.00 and then the different options.
It’s already working perfectly how I’d like it to, just visually I don’t want a + sign showing as this could confuse customers; “Plus what? Wait, how much does this really cost? Did I miss something?”
I’m a CSS/XHTML guy, so could you please guide me with this:
“You will have to modify the corresponding javascript that reads the “+” and tallies up the total.”
I don’t imagine this could be too difficult of a modification?
Thanks
November 18, 2009 at 7:34 am in reply to: First time user, 2 questions. | Error on checkout and removing : #15846bhadaway
MemberLooks like the very best solution for this is to update/upgrade your server to PHP5.
Quick question; is there anyway to add a custom field/textarea so the user can leave a note with a purchase?
-
AuthorPosts