#################
`2022-08-13T05:26:52+00:00 CRITICAL Uncaught TypeError: Argument 1 passed to Automattic\WooCommerce\Internal\DownloadPermissionsAdjuster::get_download_files_and_permissions() must be an instance of WC_Product, bool given, called in /web/htdocs/www.xxx.it/home/wp-content/plugins/woocommerce/src/Internal/DownloadPermissionsAdjuster.php on line 103 and defined in /web/htdocs/www.xxx.it/home/wp-content/plugins/woocommerce/src/Internal/DownloadPermissionsAdjuster.php:138
I’m having issues with a particular product for a client because of requirement of Add Ons using your YITH WooCommerce Product Add-Ons issue
Other products are fine, it’s just this one is slightly different.
PRODUCT: STEEL GARDEN EDGING
Base pricing is $22 based on 100m H x 1.1m L
Add ons:
LENGTH 1.1m (drop down options are)
100mm H x 1.1m L (same as base price therefore nothing shown here)
150mm H x 1.1m L (+$7) which is the difference (as total pricing will show $22+7 = $29 down the bottom
200mm H x 1.1m L (+$13) which is the diff (as total pricing will show $35
Same Group Additional Add Ons as they can choose another Length option:
LENGTH 2.1m (drop down options are)
100mm H x 2.1m L (+$22) which is the difference (as total pricing will show $22+22= $44 down the bottom
150mm H x 2.1m L (+$36) which is the difference (as total pricing will show $36+22 = $58 down the bottom
200mm H x 2.1m L (+$54) which is the difference (as total pricing will show $54+22 = $76 down the bottom
These 2 above work fine.
The next one is the one I’m having issues with (as it basically like another product BUT there is NO shop item for this separately as there is NO need for it) , BUT I need it in as a Drop down and to calculate correctly …
The Amount for the Corner Sections are $25 each ..
CORNER SECTION (has drop downs)
100mm H Corner Section (needs pricing OR Diff $$)
150mm H Corner Section (needs pricing OR Diff $$)
200m H Corner Section (needs pricing OR Diff $$)
I am NOT sure whether to put the DIFFERENCE in $$$ OR the Product Amount.
I have tried this below and that works IF NO SIZING is chosen (BUT remember the base price of this product is $22) …
CORNER SECTION (has drop downs)
100mm H Corner Section (+$3) diff therefore equals $25 (22 + 3) down the bottom
150mm H Corner Section (+$3)
200m H Corner Section
(+$3)
But if a Sizing is chosen .. then it ONLY adds $3 per Corner Section which doesn’t add up to $25 for the COrner Section …
So I’m confused on HOW to fix the issue …
I’ve also tried this:
CORNER SECTION (has drop downs)
100mm H Corner Section (+$25)
150mm H Corner Section (+$25)
200m H Corner Section
(+$25)
But then it still adds the Base Price of product which is $22 so that doesn’t work either (if NO SIZING is chosen).
So I’m completely stuck and can’t think of workaround for this issue at the moment.
If someone has an idea to help my issue would be fantastic and greatly appreciated.
The website needs to go live in a few days, but I’m stuck on this particular product to FIX and get it right for now.
Thanks again
Regards
Kristin
Does your plugin do Conditional logic to a degree
Example: Group 1 “Decorative Screens (Single) OPTIONS” as Add Ons:
COLOUR
FINISH TYPE
200mm SUPPORT BACKING REQUIRED
COLOUR: has 12 different colours
FINISH TYPE – ONly 2 options –
CORTEN STEEL or POWDER COATING (+$200) for powder coating…
Currently, customer can still choose COLOUR and FINISH TYPE separately ..
BUT issue is POWDER COATING is the ONLy one that has COLOUR OPTIONS available.
Corten Steel does NOT.
Therefore can I tell the system and create a RULE;
If customer chooses “POWDER COATING” – COLOURS available to choose
OTHERWISE if Customer chooses CORTEN STEEL – No colours are allowed to be chosen ?
Not sure whether that was available at all on this plugin ?
Thanks
Kristin
I’m using your plugin
YITH WOOCOMMERCE PRODUCT ADD-ONS & EXTRA OPTIONS
I have Base pricing for each product …
I have your Add Ons set up also so additional $$ is added depending on what Add on is chosen.
I have done some TEST ORDERS, and notice that in the Order email that comes through it DOES NOT display the Base pricing .. AND then the Add Ons and Total …
Below is what the customer sees … Example. Base pricing is $720 BEFORE the Add On OPtions so that should be displayed as well … which is MISSING in here below from Woocommerce email:
DECORATIVE / PRIVACY SCREENS STYLE 85 (Set of 6)
Sizing: 1.2m x 1.8m (+$1,260.00)
Finish: Powder Coating (+$200.00)
Colour Choice (is only available for POWDER COATING): Dune
20mm Support Backing Frame: Yes (+$100.00)
TOTAL $2,280.00
BUt it is CONFUSING to the CUSTOMER as it doesn’t show the INitial BASE PRICING of the product which it usually shows with other plugins and Woocommerce.
Please ADVISE HOW to fix this urgently as we need that section displaying in the Invoice & email that Woocommerce sends to customer and ADMIN.
Please advise HOW to fix this urgently. Is there CSS code we can add in or a function ?
Site is going live in 2 days, but I need to be able to rectify this issue before hand.
Thanks
Regards
Kristin`
I’m using your plugin
YITH WOOCOMMERCE PRODUCT ADD-ONS & EXTRA OPTIONS
I have Base pricing for each product …
I have your Add Ons set up also so additional $$ is added depending on what Add on is chosen.
I have done some TEST ORDERS, and notice that in the Order email that comes through it DOES NOT display the Base pricing .. AND then the Add Ons and Total …
Below is what the customer sees … Example. Base pricing is $720 BEFORE the Add On OPtions so that should be displayed as well … which is MISSING in here below from Woocommerce email:
`DECORATIVE / PRIVACY SCREENS STYLE 85 (Set of 6)
Sizing: 1.2m x 1.8m (+$1,260.00)
Finish: Powder Coating (+$200.00)
Colour Choice (is only available for POWDER COATING): Dune
20mm Support Backing Frame: Yes (+$100.00)
TOTAL $2,280.00
BUt it is CONFUSING to the CUSTOMER as it doesn’t show the INitial BASE PRICING of the product which it usually shows with other plugins and Woocommerce.
Please ADVISE HOW to fix this urgently as we need that section displaying in the Invoice & email that Woocommerce sends to customer and ADMIN.
Please advise HOW to fix this urgently. Is there CSS code we can add in or a function ?
Site is going live in 2 days, but I need to be able to rectify this issue before hand.
Thanks
Regards
Kristin
I’m using your plugin YITH WooCommerce Product Add-ons & Extra Options
I have particular products that have 3 different Add Ons in 1 group
And then those products have ANOTHER group Add Ons created separately also and NOT part of that group (because their pricing changes) …
Therefore as 1 product is showing 2 GROUP OF ADD-ons, I need the 2nd Add On Group to show BEFORE the 1st Add On group .. but when I try to MOVE them UP in the ORDER where it displays ALL Add Ons for the Whole site, it seems to move.
Then when I go back in the next day, it has moved back …
So bit confused about this.
So NOT to confuse you, I have summarised some Groups and Add Ons
Example: Group 1 “Decorative Screens (Single) OPTIONS” as Add Ons:
COLOUR
FINISH TYPE
200mm SUPPORT BACKING REQUIRED
Relevant products have been ticked (basically all Decorative screens have been ticked for this).
ANOTHER GROUP created for “Decorative Screens (Single) SIZING” – Only 1 Add on here.
SIZING & diff pricing for single
Relevant products have been ticked that only show 1 screen.
ANOTHER GROUP created for “Decorative Screens (x3) SIZING” – Only 1 Add on here.
SIZING & diff pricing for Screens x 3
THEREFORE Group 1 above in the SINGLE PRODUCT Page is showing these Add Ons firstly … BUT I need the SIZING GROUP to show FIRSTLY, then the Group 1 Add Ons …
So I tried to MOVE it up on the LIST of Group Add Ons n your plugin backend (as you can HOVER and MOVE the Group Add ON), but it still doesn’t CHANGE the order on the Customer LIVE SITE …
Maybe I’m doing it incorrectly.
Can you help urgently please, as the site is going live in 1 day.
Thanks in advance.
Thanks
Kristin
.zaddon_text zaddon_option Input#zaddon_35 {
padding: 10px;
border: 1px solid #b4cc50;
margin: 2em 0 !important;
}
I have very limited coding knowledge, so any assistance is welcome!
]]>When I add an add “Add to cart” element in Elementor, everything merges:
https://ibb.co/B4V0Ygd
I try do add CSS:
div.product.elementor .elementor-add-to-cart.elementor-product-simple form.cart{
flex-wrap: wrap !important;}
It looks a bit better, but is still far from the effect in the first photo:
https://ibb.co/wyTpP7c
Do you have an idea why Elementor puts everything in one lin,e and is there a solution for this?
Thanks
{
“token”: “”,
“customer_id”: 1480,
“set_paid”: false,
“payment_method”: “woo_mpgs”,
“payment_method_title”: “MPGS”,
“billing”: {
“first_name”: “m”,
“last_name”: “m”,
“company”: “”,
“address_1”: “”,
“address_2”: “”,
“city”: “”,
“postcode”: “”,
“country”: “”,
“state”: “”,
“email”: “[email protected]”,
“phone”: “059 876 5432”
},
“line_items”: [
{
“product_id”: 329007039,
“quantity”: 1,
“variation_id”: 329007042,
“meta_data”: [{}]
}
],
“currency”: “USD”
}