BassemN
BassemN
Exception #0 (Exception): Item (Magento\Wishlist\Model\Item) with the same ID "9980" already exists.
### Preconditions 1. Magento 1 ver. 1.9.4.4 with PHP 5.6 2. Magento 2 ver. 2.3.5-p2 with PHP 7.3 ### Steps to reproduce 1. Install Migration tool 2. Migrate settings 3....
There is a bug on [demo_get_option( 'demo_css', true )](https://github.com/valendesigns/option-tree-theme/blob/master/index.php#L239) specifically with the typography option type as it doesn't parse Google fonts and just parse default fonts
Hello @valendesigns My website has two languages. How can I add different values for a text field on theme options based on language? Thanks,
Hello @valendesigns, This functions `ot_set_google_fonts` should be called after importing theme options to update the generated ot-google-fonts-css stylesheet. Thanks
### Bug description Laravel global facades are not recognized with the plugin, as shown in the following image. I encountered this issue when I started using Laravel 11 even after...
### Bug description I have a common Eloquent relationship that I frequently add to many models, so I decided to move this relationship to a trait and include the trait...