firepages
Forum Replies Created
-
Forum: Plugins
In reply to: [Brands for WooCommerce] Brand Catalog Widget still not workingHi Oleg,
I was using the widget but have now swicthed o the bsic shortcode which is working thanks.
Do you intent to fix the widgets are some point ?Regards
Simon
Forum: Plugins
In reply to: [Brands for WooCommerce] Brand Catalog Widget still not workingI’m getting a critical error with the latest version now.
Uncaught TypeError: Unsupported operand types: int / string in /public_html/wp-content/plugins/brands-for-woocommerce/templates/catalog.php:90
Regards
Simon
Forum: Plugins
In reply to: [Brands for WooCommerce] Brand Catalog Widget still not workingHi Oleg,
It’s 10.11.15-MariaDB
RegardsSimon
Forum: Plugins
In reply to: [Brands for WooCommerce] Brand Catalog Widget still not workingHi Oleg,
It’s a standard wordpress setup using MySQL with 20i.com
Regards
SimonForum: Plugins
In reply to: [Stock Locations for WooCommerce] Importing New Products via CSVHi Fahad,
Thank you – I’ll make contact via the help option.
Regards
SimonForum: Plugins
In reply to: [Stock Locations for WooCommerce] Importing New Products via CSVHi Fahad,
Thanks fdr the quick response. We have tried this but it’s not ticking the checkboxes. We are unsing v2.7.7. Do we need to check any of the plugin settings ?
I have tried this using just one test product in a csv as follows:
SKU,Tags,Type,Published,Is featured?,Visibility in catalogue,Tax status,In stock?,Stock,Backorders allowed?,Allow customer reviews?,Regular price,Categories,Brands,”GTIN, UPC, EAN, or ISBN”,Images,Meta: _stock_at_72,Meta: _stock_at_71,Meta: _stock_at_2606,Meta: sp_wc_barcode_type_field,Meta: sp_wc_barcode_field,Meta: _seopress_titles_title,Meta: _seopress_titles_desc,Meta: hwp_product_gtin,Meta: _seopress_redirections_logged_status,Meta: _seopress_analysis_target_kw,Description,Name
TEST123,,simple,1,0,visible,taxable,1,60,0,1,1000,Filters > Fuel Filters,Mann Filter,,,0,60,0,,,,,,,,Test Product,Test ProductThe total stock and stock for the 3 locations (0,60,0) are all correct, just no checked boxes.
Regards
Simon
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Woocommerce New Checout BlocksOK – many thanks for the clarification.
Best Regards
Simon
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Auto Allocate does not always workHi Mamood,
Thanks for the resposne.OK – understood, Unfortunatelty there are no errors or crash reports generated in these instances. I will do some further debuging and let you know.
Regards
SimonForum: Plugins
In reply to: [Stock Locations for WooCommerce] Auto Allocate does not always workHi Mamood,
Wew are using the cron jobs but it’s a fast moving site, so products can get ordered before the job has time to run.
Regards
SimonForum: Plugins
In reply to: [Stock Locations for WooCommerce] Stock not being deducted from 1 locationHi Mamood,
Thanks for the update – I am testing that now.
Regards
SimonForum: Plugins
In reply to: [Stock Locations for WooCommerce] Auto Allocate does not always workHi Mahmood,
I have a staging site that replicates this problem every time but I’m struggling to see how $locationStockMap gets updated.
Regards
Simon
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Auto Allocate does not always workHi Mahmood,
I have some debiug info to share with you on this – as you can see, the code seems to skip the first location (8554 – the one with the stock, in favour of checking 8555 where of course there is no stock.
- allocateLocationStock: 0 <small>(allocateLocationStock / newOrderItemAllocateStock / apply_filters / do_action / do_action)</small> – 15 Jul, 2024 02:16:42 PM
- allocateLocationStock: Yes 84 <small>(allocateLocationStock / newOrderItemAllocateStock / apply_filters / do_action / do_action)</small> – 15 Jul, 2024 02:16:42 PM
- PASSED #1 <small>(allocateLocationStock / newOrderItemAllocateStock / apply_filters / do_action / do_action)</small> – 15 Jul, 2024 02:16:42 PM
- $auto_order_allocate: 1, $allocationType: auto, $term->term_id: 8555, $allocation_proceed: Y = 1 <small>(allocateLocationStock / newOrderItemAllocateStock / apply_filters / do_action / do_action)</small> – 15 Jul, 2024 02:16:42 PM
- <small>(allocateLocationStock / newOrderItemAllocateStock / apply_filters / do_action / do_action)</small> – 15 Jul, 2024 02:16:42 PM
- Array ( [8555] => 0 )
- $locationStockMap <small>(allocateLocationStock / newOrderItemAllocateStock / apply_filters / do_action / do_action)</small> – 15 Jul, 2024 02:16:42 PM
- <small>(allocateLocationStock / newOrderItemAllocateStock / apply_filters / do_action / do_action)</small> – 15 Jul, 2024 02:16:42 PM
- Array ( [8554] => WP_Term Object ( [term_id] => 8554 [name] => Cabinet [slug] => cabinet [term_group] => 0 [term_taxonomy_id] => 6565 [taxonomy] => location [description] => [parent] => 0 [count] => 6471 [filter] => raw [quantity] => 1 ) [8555] => WP_Term Object ( [term_id] => 8555 [name] => Stock Room [slug] => stockroom [term_group] => 0 [term_taxonomy_id] => 6566 [taxonomy] => location [description] => [parent] => 0 [count] => 6453 [filter] => raw [quantity] => 0 ) [8556] => WP_Term Object ( [term_id] => 8556 [name] => zFarm [slug] => zfarm [term_group] => 0 [term_taxonomy_id] => 6567 [taxonomy] => location [description] => [parent] => 0 [count] => 6165 [filter] => raw [quantity] => 0 ) )
- $itemStockLocationTerms <small>(allocateLocationStock / newOrderItemAllocateStock / apply_filters / do_action / do_action)</small> – 15 Jul, 2024 02:16:42 PM
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Stock not being deducted from 1 locationHi Mamood,
We are still seeing a problem with stock not beeing automatically deducted from one particular location, even if it’s the only location that has thar particular product. An example order looks like this:
https://oliviastrains.com/stocklocationimages/89043.JPG
So it’s requesting that we enter the stock dedeucted from that location manually, even that it’s set to Auto Allocate:
https://oliviastrains.com/stocklocationimages/Capture2.PNG
https://oliviastrains.com/stocklocationimages/Capture3.PNG
Is there anything else that we could have missed with the setup ?
Regards
Simon
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Speed problemHi Fahad,
OK – thanks for the explanation.
Regards
SimonForum: Plugins
In reply to: [Stock Locations for WooCommerce] Speed problemHi Fahad,
Thansk for the reply – I guess that I had thought that the updates would be done for the specific stock items when an order is placed and not as a batch – is there any reason why the stock can’t be updated as the order is placed ?
Regards
Simon