tzvir
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Where is Variable Product filed and product type field?The span has a class named hidden
span class=”type_box hidden”
Mike : can you confirm that the hidden is by design ?
Forum: Plugins
In reply to: [EasyCard Pay Buttons] WP-e-Commerce easycardיש לנו גם תוסף לwoocommerce
http://www.10bit.co.il/product/10bit-woocommerce-gateway-easycard
Forum: Plugins
In reply to: [EasyCard Pay Buttons] WP-e-Commerce easycardyou will need an extension for that
Please feel free to contact us : [email protected] to for a price qouteForum: Plugins
In reply to: [Pelecard Pay Buttons] clash in the wordpress CMS sidebarit might be a problem with the menu item position
in
10bit-paybuttons-pelecard.phptry replacing the line
add_menu_page( ‘General’, ’10Bit’, ‘manage_options’, ’10bit’, ‘general_10bit_options’, plugins_url( ’10bit-paybuttons-pelecard/images/10bit16x16.png’ ), 6 );
with
add_menu_page( ‘General’, ’10Bit’, ‘manage_options’, ’10bit’, ‘general_10bit_options’, plugins_url( ’10bit-paybuttons-pelecard/images/10bit16x16.png’ ));
Forum: Plugins
In reply to: [Pelecard Pay Buttons] get reference number in return url codethe confirmation code is returned on the $_POST you will need your thank you page to extract it from the $_POST using PHP
Forum: Plugins
In reply to: [WooCommerce] Product permalinksI have the same issue , only default permalinks work
In my case i think it is related to UTF-8 slugs
Thanks
-Tzvi