Home › Forums › Basel support forum › Split: New features after licence purchasing are not available
Split: New features after licence purchasing are not available
- This topic has 36 replies, 2 voices, and was last updated 10 months, 2 weeks ago by Artem Temos.
-
AuthorPosts
-
November 24, 2023 at 9:56 am #515124
BartlomiejParticipantHello, thank it helps. Now the Frequently Bought Together page is visible in the Product tab.
Unfortunately, I have another two problems:
– During the Frequently Bought Together creation I am not able to search for some products. I tried by name, ID, and variation ID but without any results
– When I added the created Frequently Bought Together to a product I got 503 error. In WordPress log, there is only one row with the number -> [24-Nov-2023 6:31:37 UTC] 50.00.As support, you will ask me to switch off all plugins not related to theme but I see that the problem also occurs in other Basel Theme users: https://xtemos.com/forums/topic/error-503-and-frequently-bought-together-variation-issue/
“Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.”
November 24, 2023 at 10:57 am #515170
Artem TemosKeymasterHello,
Yes, please, keep all plugins turned off and send us your admin and FTP access so we can check this. Also, send us a link to the product example that you have problems with.
Kind Regards
November 27, 2023 at 8:52 am #515730
BartlomiejParticipantHello,
in private content, I send u details.
Best regads
November 27, 2023 at 1:59 pm #515886
Artem TemosKeymasterYou are using our Frequently bought together and this plugin https://prnt.sc/lSZrnsZkLu0s
They are not compatible, unfortunately. You need to use only one of them.Kind Regards
November 30, 2023 at 9:22 am #517068
BartlomiejParticipantHello, thank you for analyzing. I tried to switch off this plugin but the error as in the screenshot occurred. Screen in private content. What else should I do to begin using Frequently Bought from XTemos? Maybe other plugins cause problems?
November 30, 2023 at 10:31 am #517095
Artem TemosKeymasterPlease, disable all the plugins that are not related to our theme so we can check the issue on your website.
December 4, 2023 at 9:23 am #518067
BartlomiejParticipantI have resolved problem showed on printscreen in message before.
Coming back to plugin that you indicated as causing problem:
“You are using our Frequently bought together and this plugin https://prnt.sc/lSZrnsZkLu0s
They are not compatible, unfortunately. You need to use only one of them.”I have disabled this plugin and still have the same error with 503 Service Unavailable. Could you look again and check? Maybe other plugin cause problem?
I also make test to disable almost all plugins not related with Basel Theme and the have the same issue. Please try your best. Frequently Bought Together is essential feature for my online shop.
December 4, 2023 at 3:05 pm #518278
Artem TemosKeymasterWe have fixed this issue on your website. Please, test how it works now.
December 4, 2023 at 3:11 pm #518284
BartlomiejParticipantThank you very much! What cause the problem?
December 5, 2023 at 9:09 am #518512
BartlomiejParticipantI would like to add new Frequently Bought Together and I am not ably to find some products in Bundle Manager. Example in private content. I try by SKU, product ID and name of the product. I tried also by variant ID because it is variable product.
Attachments:
You must be logged in to view attached files.December 5, 2023 at 10:48 am #518569
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'basel_get_numberposts_by_query_autocomplete', function () { return 100; });
December 6, 2023 at 9:19 am #518936
BartlomiejParticipantThank for snippet, now I am able to find products. Unfortunately next problems appears:
– when I add another product to Bundle Manager – the same error 503 appears. I see that you have changed the language of added item in Bundle Product. Is it problem with coding? I need product description in polish language.
– when I change the color of the variation in one of the item in Frequenty Bought Together, variation image doesn’t change, example below, color should be grey not black. Please see the original product.Attachments:
You must be logged in to view attached files.December 6, 2023 at 12:47 pm #519016
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to fix this
add_action( 'post_thumbnail_id', function ($img) { remove_filter( 'post_thumbnail_id', array( XTS\Modules\Frequently_Bought_Together\Frontend::get_instance(), 'update_variation_image' ), 10, 2 ); return $img; }, 1);
December 7, 2023 at 9:24 am #519301
BartlomiejParticipantAfter adding snippet variation color’s swatches disappear. And combobox appears. Is it possible to work with color swatches – it is much better for customers?
Attachments:
You must be logged in to view attached files.December 7, 2023 at 10:40 am #519337
Artem TemosKeymasterUnfortunately no, swatches can’t work in Frequently bought together list. So you need to select an option from dropdown to change the main product image.
December 8, 2023 at 9:39 am #519643
BartlomiejParticipantPlease take a look at the example in the private content. I have created examples with working swatches and without working swatches. I have put the snippet that you suggested. Why do in one example swatches work and in another doesn’t? The same type of products are added there: variable.
December 8, 2023 at 11:11 am #519696
Artem TemosKeymasterYes, it was a bug displaying them on some products. We have fixed this. Unfortunately, swatches can’t work there correctly in some cases.
December 8, 2023 at 12:02 pm #519718
BartlomiejParticipantCould you implement also these changes to my site? I would like to have FBT working the same way in all cases (the best would be to work with swatches but I understand that you need time to fix this and the drop-down list also will be ok). Do you plan to fix swatches in the newest release?
December 8, 2023 at 1:08 pm #519733
Artem TemosKeymasterCurrently, we don’t have a solution for this. We will consider this as a feature request.
December 8, 2023 at 1:23 pm #519750
BartlomiejParticipantOk but for now what should I do? How to force to use only drop-down list in both cases in my example?
December 8, 2023 at 3:11 pm #519800
Artem TemosKeymasterAs we can see, only dropdowns are used on that product page now. Could you please clarify what is wrong?
December 8, 2023 at 4:37 pm #519821
BartlomiejParticipantDetails in image
Attachments:
You must be logged in to view attached files.December 11, 2023 at 9:19 am #520227
BartlomiejParticipantIn one Frequently Bought Together, there are no swatches, in another there are. Also, the same product has swatches in one set and in another it hasn’t. Take a look in live example in private content you can see link.
Attachments:
You must be logged in to view attached files.December 11, 2023 at 10:48 am #520277
Artem TemosKeymasterHello,
No, there are no swatches there. It looks like you sent an old screenshot.
Kind Regards
December 11, 2023 at 10:54 am #520281
BartlomiejParticipantRight, maybe the cache keeps something. Two more simple changes:
– how to move FBT before cross-sells section?
– how to center FBT carousel in vertical direction?December 11, 2023 at 10:55 am #520283
BartlomiejParticipantImage
Attachments:
You must be logged in to view attached files.December 11, 2023 at 1:13 pm #520387
Artem TemosKeymaster1. Frequently bought together products go before upsells by default https://prnt.sc/VhMqD-cznOzC
2. Try to use the following custom CSS
.basel-fbt.basel-design-side { align-items: center; }
December 13, 2023 at 9:48 am #521118
BartlomiejParticipantOk, thank you. One more question: why does FBT show the based sum of all items also taking discount from an item – example in the image? The base summed price should be higher (now it takes a discount from items). In my example should it be 2 541 not 2413.
Customers should see the total discount from FBT and other items’ discounts. Customers see the total benefit that will get.
Attachments:
You must be logged in to view attached files.December 13, 2023 at 11:37 am #521161
Artem TemosKeymasterHello,
You can fix it by applying patch #
521159
. To do this, go to Dashboard -> Basel -> Patcher, find the corresponding patch and click on the “Apply” button. Let us know if it works for you.Kind Regards
January 3, 2024 at 9:33 am #526281
BartlomiejParticipantHello, thank you for the patch but still something is wrong with calculated sales prices. Please take a look at the image and example in private content.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register