1b.app
Link copied -

Wordpress categories not loading

Answers:

Made changes, launched the action.
Check WordPress Compliance after a while
21.05.2021, 14:40
Original comment available on version: ru

Суханіцький Андрій OneBox CORP
OneBox Corp - Інтегратор
Personal license

Tyndyk Maxim Vadimovich wrote:
Made changes, launched the action.
Check WordPress Compliance after a while

All the same, everyone falls without a category https://take.ms/oPWkN
Can we check on one position how the category is unloaded?
24.05.2021, 11:54
Original comment available on version: ru

Here are the category matches

array
(
[2253]
[2256]
[2248] => eyeglasses
[2258] => face mask
[2255] => frame chains
[2259] => gift cards
[261]
[20497] => kids-eyeglasses
[6913] => kids-sunglasses
[2250] => for-men
[6912]
[2252]
[15]
[2251] => unisex eyeglasses
[22103] => unisex
[2257]
[2249] => for-women
[2254]
)

Actually we need it with id=2254
And here is what we pass on the product from the description 16418
[code]
array
(
[name] => FENDI FF0323/S
[type] => variables
[description] => <p>Sunglasses FENDI FF0323S are part of the latest FENDI collection carefully crafted for women. This elegant full-rim model reflects the latest trends in contemporary designer eyewear and its cat eye shape makes FENDI FF0323S the perfect choice especially for round, oval and heart-shaped faces. Brand: FENDI. Frame Color: Silver. Frame Material: . Gender: women. Lens Color: Grey. Temple Length: 140. Lens Socket Width: 63. Protection: 100% UV. Style: Cat Eye.</p>
[short_description] =>
[sku] => FF0323/S
[catalog_visibility] => visible
[manage_stock] => 1
[stock_quantity] => 9
[stock_status] => stock
[weight] =>
[dimensions] => stdClassObject
(
[length] =>
[width]
[height]=>
)
[categories] => array
(
[0]
(
[id] => 2254
)
)
[attributes] => array
(
[0]
(
[id] => 1
[name] => Brand
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0] => FENDI
)
)
[1]
(
[id] => 44
[name] => color
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0] => Silver
[1] => Gold
)
)
[2]
(
[id] => 2
[name] => Frame Color
[position] => 0
[visible] => 1
[variation] => 1
[options] => array
(
[0] => Silver
[1] => Gold
[2] => Gold/Pink
)
)
[3]
(
[id] => 3
[name] => Lens Color
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0] => Gray
)
)
[4] => Array
(
[id] => 8
[name] => Lens Socket Width
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0] => 63
)
)
[5] => Array
(
[id] => 7
[name] => Temple Length
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0] => 140
)
)
[6]
(
[id] => 4
[name] => Frame Material
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0] => Metal
)
)
[7] => Array
(
[id] => 5
[name] => Gender
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0]
)
)
[8]
(
[id] => 10
[name] => Protection
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0] => 100% UV
)
)
[9]
(
[id] => 11
[name] => style
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0] => Cat Eye
)
)
[10]
(
[id] => 43
[name] => Color code
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0] => 3YGGB
[1] => FT3FQ
)
)
[11]
(
[id] => 13
[name] => Model
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0] => FF0323/S
)
)
[12]
(
[id] => 15
[name] => Glasses Type
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0]
)
)
[13]
(
[id] => 14
[name] => MPN
[position] => 0
[visible] => 1
[variation] => 0
[options] => array
(
[0] => FF0323S
)
)
)
[regular_price] => 0.0000
[sale_price] =>
[date_on_sale_to_gmt] =>
[variations] => Array
(
[0] => 28972
[1] => 28973
[2] => 29022
)
)
[/code]
actually the desired category and is transmitted
If it has not been updated, this is probably a question for the Wordpress developer, maybe he has some errors there when trying to update?
24.05.2021, 14:49
Original comment available on version: ru

Суханіцький Андрій OneBox CORP
OneBox Corp - Інтегратор
Personal license
I made a test for unloading - if unloading through a slug - then the category flies almost immediately, after a few minutes.
If you unload by category id - it works fine and the category does not crash.
We do not remember the category id from another action after unloading, or maybe it is written somewhere additionally, but it is not visible?
01.06.2021, 18:44
Original comment available on version: ru

Суханіцький Андрій OneBox CORP
OneBox Corp - Інтегратор
Personal license
there are no complaints about the first site (which is the first to sort in the actions - dev.ossaframes.com), now it works fine, but before that the problem was with it.
And when I changed the order, the problem appeared on another site (eBay.ossaframes.com), but with this one (dev.ossaframes.com) everything is fine
01.06.2021, 18:47
Original comment available on version: ru

Made some changes - see if the situation changes after unloading.
02.06.2021, 16:24
Original comment available on version: ru

Суханіцький Андрій OneBox CORP
OneBox Corp - Інтегратор
Personal license
I uploaded about 15 minutes ago, so far so good, I'm launching all the goods, tomorrow I'll unsubscribe with the result
02.06.2021, 16:48
Original comment available on version: ru

Суханіцький Андрій OneBox CORP
OneBox Corp - Інтегратор
Personal license
Now it works, everything is ok
09.06.2021, 12:16
Original comment available on version: ru

Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter. Log in and comment