Forum replies created
You need also en_EN.mo file.
Try use this plugin to translate: https://wordpress.org/plugins/codestyling-localization/
Johan,
Your e-mail working. But you changed margin of alora row too much. And now, email address in below the logo.
That is why it not working correct.
I think that you can try use this code:
#sticky-nav ul li a {
padding: 0px 10px;
}
Thank Roman,
I copied files. Now it looks fine. I will make few more tests.
But in file woo-config.php I didn’t find this line:
<?php do_action( 'woocommerce_proceed_to_checkout' ); ?>
In my file was:
add_action('woocommerce_after_cart_totals', 'alora_woocommerce_after_cart_totals');
function alora_woocommerce_after_cart_totals($args)
{
global $woocommerce; ?>
<input type="submit" class="t4p-button button-default button-medium button default medium" name="update_cart" value="<?php _e( 'Update Cart', 'woocommerce' ); ?>" />
<input type="submit" class="checkout-button t4p-button button-default button-medium button default medium alt wc-forward" name="proceed" value="<?php _e( 'Proceed to Checkout', 'woocommerce' ); ?> →" />
<?php
}
I see one problem your solution. This change I would do in few pages, so I have to know what should be changed.
Hi Jaroslav,
I added your code, but as you can see in link below:
http://img24.otofotki.pl/obrazki/gh468_Checkout2.jpg
On the page is displayed duplicated information about method of payment, but now on the page missing button BUY.
Hi,
Probably he wrote about this files:
http://img24.otofotki.pl/obrazki/sh586_Outdated.jpg
I have got the same.
Thanks Jaroslav,
Unfortunately it help only in page with “cart”. When I went to the page “checkout” the duplicated button remain (see second screenshot – post #14771).
I couldn’t find on my account option to send PM