![]()
![]()
![]()
![]()
![]()
Got it, SO ******* happy with myself right now.
I've worked out how to format php output from zen cart to facebook and twitter.
Look for this line:
and edit to this:Code:$price = $products_price;
that sorts facebook.Code:$vat = .20; $price = (number_format(( $products_price + $products_price * $vat), 2, '.', ''));
if your using Autotweet as well
look for this line:
and edit to this:Code:if ($showprice){ $message .= ' Only $' . $products_price . '.'; }
That only tookm me two days, bring on the hard stuff.Code:if ($showprice){ $message .= ' Only £' . number_format(( $products_price + $products_price * $vat), 2, '.', '') . ' !'; }




Reply With Quote



