Misha Medzhytov
Misha Medzhytov
for format like: `#,##0` it still shows all decimals, but sohuld not.
in case if there is vendors extensions under magento root it will be good to have them inlcuded to autolad process. can you add automatic include for {magento_root}/vendor/autoload.php please
array shift function removes keys from given array. which causes incorrect prefix assignment to products. this pull reques provides seprate function to shift element from array and keep store id...
Hello, There is incorrect return type declaration at https://github.com/subscribepro/subscribepro-magento2-ext/blob/3d03323c7bca62821dc0a467ecb1564022117975/Helper/Quote.php#L32 method returns `array` but doc block return tag says it's `boolean` Thank You!