lyle
Forum Replies Created
-
@rockiger that is the issue, when I goto activate, it throws that error – ill see if i can upgrade my local ver of PHP, thanks again and will def leave a review!
oh, as for your 2nd Q, no i did nothing to deactivate the arrow functions, im assuming they are part of the structure as is
Thanks for the quick reply Rockiger. I am in fact pretty new to local installations, I just checked and its 7.31… is there a quick commannd i can run in VS to update this? I was getting this setup for a developper who was going to implement this, so I am basically just doing the initial stuff but got stuck. Your support here is awesome thanks so much
Forum: Plugins
In reply to: [ShipStation for WooCommerce] Have export include order item id meta dataadding this didnt seem to work.. anyone able to help on this one?
add_filter( 'woocommerce_shipstation_export_custom_field_2', 'shipstation_custom_field_2' ); function shipstation_custom_field_2() { global $post; $order = wc_get_order( $post->ID ); $items = $order->get_items(); foreach ( $order->get_items() as $item ) { // Compatibility for woocommerce 3+ $order_item_id = version_compare( WC_VERSION, '3.0', '<' ) ? $item['product_id'] : $item->get_product_id(); } }Forum: Plugins
In reply to: [Split Test For Elementor] Split test elements disappearI am seeing this same thing happen on our site / landing pages – I am actually using your PRO plugin as well.. only thing i can do is the page split testing at this time – Do you have an updated readme or video, as the only ones I see are for what is now the deprecated method for doing widget split testing… if you need more info id be happy to email you we might be able to save me having to request a refund and search for other options
thxForum: Fixing WordPress
In reply to: No Categories after upgrade to 2.7.1months later, Ive stumbled on this problem and have tried numerous things.. Still no categories appearing.. Anyone have a solution they care to share? seems like a lot of people get the answer then bail without sharing, hrm
Forum: Plugins
In reply to: WP e-Commerce shipping problemthey are a joke dont spend/waste ur $ there.. trust me I know of at least 3 other guys who have bought commercial paks from them and 2 got keys that were invalid and other guy has bugs with no responses from support
they are never on their own forum
take a look and see for yourself
this article sums it upForum: Plugins
In reply to: e-commerce lite – digital download doesn’tEcommerce lite is a joke script/plugin stay away from it and the developpers
Forum: Fixing WordPress
In reply to: RSS Header errorbump