Perhaps image optimization? "Some pages" is pretty vague, could you be more specific?
Printable View
Perhaps image optimization? "Some pages" is pretty vague, could you be more specific?
to be more clear I need a plugin to minimize javascript and CSS and was trying to avoid using the css/jloader and was wondering if there was something else i can use.
after installing I am getting the following error during checkout
Your order's details have changed. Please review the current values and re-submit.
I have seen in the forums some people changing the #ottotal > div:first-child setting in admin though I don't know what to change it to for my theme.
I am using goodwin theme by themeforest. Any support would be appreciated. thanks
I got one page checkout installed and running well. But the guy I did the website for does not like the error that flashes when you go to checkout.
He is giving me a real hard time about it. Is there anything we can do to prevent that.
This guys is going to make me do another checkout because he says if look very unprofessional. I have to be honest i don't disagree with him.
What are my options yo get rid of that?
Edit the site's tpl_checkout_one_default.php (in either template_default or the site's active template), removing this section towards the top:
... and then remove the "style-"display:none;" from the overall div:Code:// -----
// The following content is initially visible and then hidden if the page's javascript/jQuery processing loads
// without error.
//
$nojs_link = zen_href_link(FILENAME_CHECKOUT_SHIPPING, 'opctype=jserr', 'SSL');
?>
<div class="centerColumn" id="checkoutPaymentNoJs"><?php echo sprintf(TEXT_NOSCRIPT_JS_ERROR, $nojs_link); ?></div>
Just remember that if the customer has, for whatever reason, javascript disabled in their browser the page will display but be inoperative.Code:<div class="centerColumn opc-base" id="checkoutPayment" style="display:none;">
I tried to do it on both locations but i still see the flashing error
\includes\templates\template_default\templates\tpl_checkout_one_default.php
\includes\templates\mytheme\templates\tpl_checkout_one_default.php
disrgeard
Do the plugin works with square webpay ?