commit
15394af0af
|
@ -483,7 +483,7 @@ class WC_Admin_Setup_Wizard {
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<p class="description"><?php printf( __( 'You may you need to add/edit rates based on your products or business location which can be done from the %1$stax settings%2$s screen. If in doubt, speak to an accountant.', 'woocommerce' ), '<a href="' . admin_url( 'admin.php?page=wc-settings&tab=tax' ) . '" target="_blank">', '</a>' ); ?></p>
|
<p class="description"><?php printf( __( 'You may need to add/edit rates based on your products or business location which can be done from the %1$stax settings%2$s screen. If in doubt, speak to an accountant.', 'woocommerce' ), '<a href="' . admin_url( 'admin.php?page=wc-settings&tab=tax' ) . '" target="_blank">', '</a>' ); ?></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
@ -606,13 +606,13 @@ class WC_Admin_Setup_Wizard {
|
||||||
),
|
),
|
||||||
'bacs' => array(
|
'bacs' => array(
|
||||||
'name' => __( 'Bank Transfer (BACS) Payments', 'woocommerce' ),
|
'name' => __( 'Bank Transfer (BACS) Payments', 'woocommerce' ),
|
||||||
'description' => __( 'An simple offline gateway that lets you accept BACS payment.', 'woocommerce' ),
|
'description' => __( 'A simple offline gateway that lets you accept BACS payment.', 'woocommerce' ),
|
||||||
'image' => '',
|
'image' => '',
|
||||||
'class' => '',
|
'class' => '',
|
||||||
),
|
),
|
||||||
'cod' => array(
|
'cod' => array(
|
||||||
'name' => __( 'Cash on Delivery', 'woocommerce' ),
|
'name' => __( 'Cash on Delivery', 'woocommerce' ),
|
||||||
'description' => __( 'An simple offline gateway that lets you accept cash on delivery.', 'woocommerce' ),
|
'description' => __( 'A simple offline gateway that lets you accept cash on delivery.', 'woocommerce' ),
|
||||||
'image' => '',
|
'image' => '',
|
||||||
'class' => '',
|
'class' => '',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue