Is there any way to not display the weight but still display the method?
The weight shows like this:
USA (UPS Ground (1 x 4.00lbs)): $5.47
Many thanks :-)
Printable View
Is there any way to not display the weight but still display the method?
The weight shows like this:
USA (UPS Ground (1 x 4.00lbs)): $5.47
Many thanks :-)
I would imagine so. Do some research on the PHP functions for searching strings:
http://us2.php.net/strings
Hi , Ive installed this for a client on his live site , and he loves the functionality , but when updating the status , and clicking to notify customer , it does,t send the e-mail , I can send the e-mail from the original zen orders singular , but on the batch update , even selecting one customer to notify , does not seem to work .
I am using 1.3.5d , latest version of Super orders , and the sendmail function .
Can anyone shed any light on this ?
Cheers
Quote:
Originally Posted by BlindSide
i know im being a pain, but i cant seem to fix the packingslip file... i have all the others working as i need, and actualy they look great...
But i cant seem to get the packingslip *happens to be the one i REALLY need, go figgure* working..
please help...
thanks in advance for all you help
It would probably help if you gave some clue as to what the problem is. "can't get it working" isn't really very descriptive. You explained your problem... BS answered and gave you a solution. Did you try it? Did you follow his instructions? if so, what EXACTLY remains the problem?
How well do you know php? Are you just fumbling around trying to change files when you have no clue what you are doing? Or do you have some functional knowledge and comfort and just need guidance? If the former, then its probably time to either a) learn, or b) hire. If the latter, then you'll need to explain the trouble better.
- Steven
Have just installed the latest version of SO on 1.3.5. But, like crazycucumber, mails are not sent when 'Notify customer' is selected. Using smtpauth, the initial message is sent so my smtp is working. Did add several more order status.
Edit: While hitting the send button I wondered if the mails were somehow marked as spam. Just checked and they were. Don't have a clue why the initial mail is not and the follow ups are.
crazycucumber, could this be what's causing your problem?
Possibly , But I'm getting the red cross on the notify customer box , as if it wasn't ticked .
Will check with host if mail is getting bounced as spam , Im not geting any feedback from the mail server to tell me so !
Thanks for any help
First off, i dont believe my question was directed tword you, if you had read back further you would see that we where already working on a fix for my problem.Quote:
Originally Posted by s_mack
basicly, i know limited PHP, but i can get by in most cases.
However im stumped on this one, becuase the packingslip file is much different from the rest of the files that i modified. im sure Blindside knows what im saying..
and i cant figgure out how to get the rest of the shipping info to show on the packingslip page.. every change i make completly removes it.
I was well aware who your message was directed at... I've been following it.
You may be right... maybe he has some idea what you're talking about. But if I were him, I'd be saying... "and... your point?". You simply didn't give enough (any) hints as to what exactly the problem is (or remains to be). You told him the problem... he told you the solution. Then you said "it doesn't work" :no:
Don't you think it would be MUCH more helpful to write something detailing exactly what the problem is, after the last proposed solution? Did his suggested changes (which you hadn't even said if you followed) make any difference? Did it cause an error? Does the page come up? Are there errros in the log files?
Fine... I'll ######## out. It is none of my business. And I certainly shouldn't be singling you out as you are by NO MEANS the only one... but if we expect contributors like BS to continue developing these super-popular contribs then we (as a collective) really have to stop making it such a burden and a bore. I can see it in his recent posts (correct me if I'm wrong BS) that he's growing tired of "Its not working! I have a super-customized setup and I need it to work exactly as I need and I want you to magically understand and fix it!".
Again, sorry for butting in. Wasn't my place.
- Steven
No worries....Quote:
Originally Posted by s_mack
Basicly, the problem is that when i put that single line of code inplace of the current trim code inside the packingslip file, it shows nothing, it removes the carrier name as well. (UPS, USPS, ect)
<?php
// Trim shipping details
for ($i = 0, $n = sizeof($order->totals); $i < $n; $i++) {
if ($order->totals[$i]['class'] == 'ot_shipping') {
$format_shipping = explode(" (", $order->totals[$i]['title'], 2);
$shipping_method = rtrim($format_shipping[0], ":");
break;
}
}
?>
thats the code im tring to adjust to show everything..
im sorry if i came off upset in my last post, im just quite frustrated with this. im tring to complete this on my own, however im lost as how to fix this last file. I understand that i shouldnt be bothering the author with my peticual problems, but i love SO, and i want my office to use it souly.
My apologize.