BeachsidePaul
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Image Store] Percent discount not workingMore changes needed: further down at about line 927 in store.php the same changes as above need to be made.
Also, need to change shoppingcart.php to always display the discount amount, even if the $this->cart[discounted] field is 0.00. This will display a 0.00 discount if no discount is applied, which is fine for my use.
Paul
Forum: Plugins
In reply to: [Plugin: Image Store] Percent discount not workingSorry, forgot to mention that the file I changed above was store.php in the plug-in’s include directory.
Paul
Forum: Plugins
In reply to: [Plugin: Image Store] Percent discount not workingSolved the problem I think, I changed line 832 from:
$this->cart[discounted]=$this->cart[total]-$this->cart[promo][discount]
to:
$this->cart[total]=$this->cart[discounted]=$this->cart[total]-$this->cart[promo][discount]
and commented out line 835.
All line numbers are from version 1.2.4 of the plug-in.
Thanks, Paul
THANK YOU so much! Sorry I didn’t get back sooner, girl-child getting married tomorrow and it’s a bit hectic around here ?? … I really do appreciate your efforts! Now on to the next problem LOL … Thanks again, Paul
P.S. Good luck on your project!
Okay, this is getting out of control. Just tried it in IE9 and, instead of expanding the textarea with every keystroke, it didn’t expand it at all. When it came to the end of the line, it rolled down and put up a scroll bar. Actually, this is better than the endless expand of FF and Chrome LOL .. okay, I’m about to give up. Thanks, Paul
After deactivating all my plug ins, it’s still occurring. If you would like to take a look (no laughing, website is not active yet) try here I’ll leave plug-ins deactivated for a couple of hours if you need me to. Thanks again, Paul
I’m sorry Spectacula, I should have said before. I’m using version 3.01 of WordPress, Firefox 3.6.10, same problem occurs with Chrome, haven’t started checking in IE yet. I’m using GraphPaperPress’ fullscreen theme (modified a bit). I’m checking to see if any of my plug ins might by conflicting and will let you know if I discover something. Thanks for your help, Paul
Correction, it’s not adding line breaks or new lines, the text-area height in being incremented by what appears to be the character size in pixels maybe, no real logic to the increase to the height, but it makes a huge text-area real quickly LOL. Problem in autogrow-textarea.js?
Forum: Fixing WordPress
In reply to: “Edit Image” – image does not show up…THANK YOU JAY.WEEKS! This was driving me NUTS all day! Although I have no clue WHY this would cause problems with the Admin screen, I went into functions and sure enough, there was a blank line and when I took it out, presto, edit worked again. I can’t thank you enough for your insight. I didn’t start the thread so I can’t flag it as resolved, but for me it certainly is. My life just got a tiny bit better, Paul
Forum: Plugins
In reply to: [Plugin: NextGen Gallery] Simple link to attachment.phpThanks Alex, that looks like it might work. Now I’m getting 404 errors on both the forward and back buttons. I’ll do some research on that and open a new support topic if I can’t figure it out. Great plug-in thanks for all your efforts! Paul
Forum: Plugins
In reply to: [Plugin: NextGen Gallery] Simple link to attachment.phpThank you Alex, is there anything similar that I can use with NextGEN, I really like how easy the plug-in is to use. Thanks, Paul