I’m unable to access my profile settings in Facebook Dating. If I go to my alternate FB profile using Firefox on my iPhone (not the FB app), I see the profile editing screen. But on my main FB profile it is not available. Also, is there a way to view […]
Yearly Archives: 2023
not sure the right place to ask, anyway: I am trying to join two .mp3 files using VLC wizard (not command line) cannot find a way to do it. Any help or link to any tutorial ? Again, wold like to do it via wizard not command line. Cheers
I try to change the permissions of MsMpEng.exe file which is in C:ProgramDataMicrosoftWindows DefenderPlatform4.18.2301.6-0 at my windows 11 machine because It exhibits unwanted behavior and its the 3rd most ram intensive app in task manager. This question is not only for that file in specific, but I want it to […]
Learn about the CSS overflow property, its purpose, and how to use it to ensure your layouts work well on all devices and screen sizes. Continue reading What is CSS Overflow Property? on SitePoint.
Learn how to use GPT-4 for NLP tasks such as text classification, sentiment analysis, language translation, text generation, and question answering. Continue reading Using GPT-4 for Natural Language Processing (NLP) Tasks on SitePoint.
either unique or configurable product, we send images the same way. The only difference is that configurable product have 3 role, unique have 4, because they can be “swatch”, when do update images roles for configurable was lost
I need to not show the some button if my entity id (current page) = 2 (reserved value from configuration). How can I do that? I haven’t seen such an implementation in ui-components yet.
Hi I am using mageplaza OSC in my store and they have 3 custom field included in the extension for orders. I would like to convert custom field 1 (Sales Representative) to an option select field with a few fixed values (sales rep names) to choose from in the admin […]
i am using this for sending email <event name="sales_order_shipment_save_after"> <observer name="sales_order_shipment_after" instance="BananCheckoutObserverSalesOrderShipmentAfter" /> </event> <event name="email_shipment_set_template_vars_before"> <observer name="Additional_Variable_For_ShipmetEmail" instance="BananCheckoutObserverAdditionalVariable"/> </event> namespace BananCheckoutObserver; use Exception; use MagentoFrameworkEventObserverInterface; use MagentoFrameworkEventObserver; use MagentoShippingModelCarrierFactory; use BananMarketplaceHelperData as MarketPlaceHelper; use BananSellerHelperData as SellerHelper; use PsrLogLoggerInterface; use MagentoFrameworkAppRequestHttp; //class for set additonal variable class AdditionalVariable implements […]