Angela2601
Forum Replies Created
-
Forum: Plugins
In reply to: [RD Order Modifier for WooCommerce] Custom User Roles CompatibilityI’m using the WooCommerce Wholesale Pro plugin by Barn2 WooCommerce Wholesale Pro Plugin: B2B Pricing & Order Forms (barn2.com).
Forum: Plugins
In reply to: [RD Order Modifier for WooCommerce] Tax Status NoneOkay, I seem to be having a problem with that setting. In woocommerce settings, I have selected “Yes, I will enter prices inclusive of tax”. If I select the “Enable for zero tax items” option it correctly displays the Cost (Incl) value and the Cost value for an item that is taxable. If I deselect the “Enable for zero tax items” option, then none taxable items correctly display the cost price but the taxable items calculate incorrectly (when clicking recalculate, a tax is added on top of the already tax inclusive price). Is there something wrong my setup?
Forum: Plugins
In reply to: [RD Order Modifier for WooCommerce] Tax Status NoneCorrect me if I am wrong, but your pro version just skips the calculation all together for none tax items doesn’t it? I still want to be able to adjust the unit cost and have the total calculate it. With the pro version, selecting tht setting to skip none taxable products means I cannot edit the unit cost at all – is that right?
Forum: Plugins
In reply to: [RD Order Modifier for WooCommerce] Support for Shipping LineYes, please let me know when it’s available.
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Only printing after resetThanks Lawrence,
That fixed it.Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Date TimestampHi Lawrence, can you please let me know if you know of any workarounds/solutions to this ticket?
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Date TimestampI edited the sub header to printer the order date and time instead of the print date and time but it didn’t resolve the issue – it still ended up printing a date time that was about 11-12hrs ahead.
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Date TimestampWhat if I edited the sub header to print the order date and time instead of the print date and time? It doesn’t necessarily resolve the issue of it printing the incorrect date and time as the print time but at least it should still print the correct order date and time?
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Date TimestampHi Lawrence, I’m on AEST timezone. I can’t see the timezone the server hardware is on but I’m assuming it would be UTC. The date and time are showing incorrect in the header of the receipt. I placed a test order at approximately 4.37pm AEST on Saturday the 14th of August and the date time that was printed on the ticket was August 15, 3.37am. I should also mention that it’s the sub header section that is being printed. I commented out the printer header info.
// Print sub-header $o_num = "Order #".$order_number; // Order number text to print $p_time = date("{$date_format} {$time_format}", current_time('timestamp')); // TIme of printing text $sub_header = star_cloudprnt_get_column_separated_data(array($o_num, $p_time), $selectedPrinter['columns']); if(!empty($sub_header)) { $printer->add_text_line($sub_header); } else { $pw($p_time); $pw($o_num); } // Print header info area // MODIFICATIONS START /* $printer->add_new_line(1); $pw("Order Status: ".$order->get_status()); $order_date = date("{$date_format} {$time_format}", $order->get_date_created()->getOffsetTimestamp()); $pw("Order Date: {$order_date}"); $printer->add_new_line(1); if (isset($shipping_items['name'])) { $pw("Shipping Method: ".$shipping_items['name']); } $pw("Payment Method: ".$order_meta['_payment_method_title'][0]); */ // MODIFICATIONS END
I checked the delivery plugin I am using and the timezone has been correctly set (that’s assuming their settings are also applied correctly).
Thank you. This is resolved now. I created a new test page and new directory and it was working which made me look closer at the member directory page settings which is where the issue was.
Thanks again.I tried that. It doesn’t fix the issue unfortunately.
Yes, the issue still occurs when leaving UM as the only active plugin on the site. I also switched themes and tried it again but got the restricted access message. What else could it be? If I switch the same user from editor to subscriber they can see the members directory but as soon as I switch them back to editor they can’t see the member directories page.
Oh wait. I’ve found it. Thank you