Same here. The total number of items per category is correct so, while some article is duplicate, others are missing.
I opened a ticket a while ago, urged the helpdesk a couple of times for a response, but never got one.
Have you found a solution?
Hello, I'm facing some issues with the Instant search plugin installed on the Avenue Theme 4.60 (upgraded from a 4.30). The first and minor one is that when I try to search for a given word nothing is displayed in the search box and the error "Uncaught TypeError: data.DefaultPictureModel is undefined" pops up in console.
As a quick fix, I edited the template to manage a null value
<img src="${ data.DefaultPictureModel?.ImageUrl }" alt="${ data.Name }" title="${ data.Name }" style="border: none">but it's far from a good solution because I would prefer to show the product image. Here's an extract of the JSON response to the GET request:
{. It seems that some pictures would be available. Please let me know how can I fix it.
"Name": "Sneaker Low Prsx ",
"ShortDescription": "CALZATURE",
"FullDescription": "<div class=\"accordion-content\" data-role=\"content\">\r\n<p>Il concetto di vissuto come sinonimo di artigianalità trova nella PRSX la sua espressione massima, grazie alla particolare fasciatura della suola, volutamente imperfetta e per questo brevettata dal marchio. Il modello PRSX donna in suede e pelle laminati unisce un'attitudine casual ad una ricercatezza unica di materiali. La suola in gomma è arricchita da dettagli in tessuto effetto specchio.</p>\r\n</div>",
"SeName": "sneakers-donna-sneakers-prsx-prld-low-pe2023-7172",
"Sku": "6339001242167",
"ProductType": 5,
"MarkAsNew": true,
"ProductPrice": {
"OldPrice": "€340,00",
"OldPriceValue": null,
"Price": "€204,00",
"PriceValue": 204.0,
"BasePricePAngV": null,
"BasePricePAngVValue": 204.0,
"DisableBuyButton": false,
"DisableWishlistButton": false,
"DisableAddToCompareListButton": true,
"AvailableForPreOrder": false,
"PreOrderAvailabilityStartDateTimeUtc": null,
"IsRental": false,
"ForceRedirectionAfterAddingToCart": false,
"DisplayTaxShippingInfo": false,
"DiscountPercentage": "40%",
"CustomProperties": {}
},
"PictureModels": [
{
"ImageUrl": "https://www.mauriziozatti.it/images/thumbs/000/0009991_prsx-prld-low-pe2023_80.jpeg",
"ThumbImageUrl": null,
"FullSizeImageUrl": "https://www.mauriziozatti.it/images/thumbs/000/0009991_prsx-prld-low-pe2023.jpeg",
"Title": "Visualizza i dettagli per Sneaker Low Prsx ",
"AlternateText": "MM01 METAL FUCSIA",
"CustomProperties": {}
}
],
"ProductSpecificationModel": {
"Groups": [
{
"Name": null,
"Attributes": [
{
"Name": "Stagione",
"Values": [
{
"AttributeTypeId": 0,
"ValueRaw": "PE2023",
"ColorSquaresRgb": null,
"CustomProperties": {}
}
],
"Id": 1,
"CustomProperties": {}
}
],
"Id": 0,
"CustomProperties": {}
}
],
"CustomProperties": {}
},
"ReviewOverviewModel": {
"ProductId": 7172,
"RatingSum": 0,
"TotalReviews": 0,
"AllowCustomerReviews": false,
"CanAddNewReview": true,
"CustomProperties": {}
},
"Manufacturers": null,
"Brand": "PHILIPPE MODEL",
"Id": 7172,
"CustomProperties": {
"Url": "/it/sneakers-donna-sneakers-prsx-prld-low-pe2023-7172"
}
}
Is it possible to add a second Instagram account using the Nop Social Feed plugin?
I can surely go to "Configure Social Networks" and add a new one of type "Instagram" but I'm not sure it would work because of the 3 urls (Redirect Url, Deauthorize Url and Delete Url) since they would be the same as the primary ones.