Gitter got replaced by Slack. Please use following invite link https://slack.shopware.com to rejoin the awesome Shopware community! https://www.shopware.com/en/news/an-introduction-to-the-shopware-community-slack/
shopwareBot on 5.7
SW-26148 - Fix document roundin… Merge branch 'sw-26148/5.7/docu… (compare)
shopwareBot on 5.7
SW-26142 - Fix error while logi… Merge branch 'sw-26142/5.7/chan… (compare)
shopwareBot on 5.7
SW-26120 - Provide default valu… Merge branch 'sw-26120/5.7/dev'… (compare)
shopwareBot on 5.7
SW-26100 - Fix error on add exp… Merge branch 'sw-26100/5.7/add-… (compare)
shopwareBot on 5.7
SW-26141 - Fix syntax error in … Merge branch 'sw-26141/5.7/dev'… (compare)
shopwareBot on 5.7
SW-25778 - Fix tax calculatioin… Merge branch 'sw-25778/5.7/chan… (compare)
shopwareBot on 5.7
SW-26134 - Fix behavior of save… Merge branch 'sw-26134/5.7/save… (compare)
shopwareBot on v5.7.2
SW-26107 - Configurable excepti… SW-26108 - Bump flysystem versi… Merge branch 'sw-26107/5.7/remo… and 2 more (compare)
shopwareBot on v5.7.2
shopwareBot on v5.7.2
shopwareBot on v5.7.2
<!-- BLOCK BEGIN frontend_detail_description_text, File: XXX\Frontend\Bare\frontend\detail\tabs\description.tpl -->
Hi need help for follwing error
Fatal error: Uncaught Error: Class 'ComposerAutoloaderInite9b3ea0066d5e4733ee75b613f37b5d3' not found in /var/www/web1177/html/skempini/vendor/autoload.php:7 Stack trace: #0 /var/www/web1177/html/skempini/public/index.php(26): require() #1 {main} thrown in /var/www/web1177/html/skempini/vendor/autoload.php on line 7
@Lavean
dump-autoload (dumpautoload)#
If you need to update the autoloader because of new classes in a classmap package for example, you can use dump-autoload to do that without having to go through an install or update.
Additionally, it can dump an optimized autoloader that converts PSR-0/4 packages into classmap ones for performance reasons. In large applications with many classes, the autoloader can take up a substantial portion of every request's time. Using classmaps for everything is less convenient in development, but using this option you can still use PSR-0/4 for convenience and classmaps for performance.
Options
--no-scripts: Skips the execution of all scripts defined in composer.json file.
--optimize (-o): Convert PSR-0/4 autoloading to classmap to get a faster autoloader. This is recommended especially for production, but can take a bit of time to run so it is currently not done by default.
--classmap-authoritative (-a): Autoload classes from the classmap only. Implicitly enables --optimize.
--apcu: Use APCu to cache found/not-found classes.
--no-dev: Disables autoload-dev rules.
They should learn a thing or two about composer
to do that without having to go through an install or update
<!-- This is executed on the listing page -->
<service
id="my_plugin.decorator.list_product_service"
decorates="shopware_storefront.list_product_service"
class="MyPlugin\Bundle\StoreFrontBundle\ListingPageDecorator"
>
<argument type="service" id="my_plugin.decorator.list_product_service.inner" />
<argument type="service" id="models" /> <!-- add some other services -->
</service>
class ListProductServiceDecorator implements ListProductServiceInterface
{
/**
* @var ListProductServiceInterface
*/
private $coreDecorator;
public function __construct(
ListProductServiceInterface $coreDecorator,
) {
$this->coreDecorator = $coreDecorator;
}
/**
* {@inheritdoc}
* @throws \Exception
*/
public function getList(array $numbers, Struct\ProductContextInterface $context) {
$products = $this->coreDecorator->getList($numbers, $context);
//Add some custom data here foreach product
foreach($products as $product){
}
}
}
Hello, we're updating Shpware to 6.2 from 6.1.6, and me got major issue - all template overriding in plugins don't work :x eg. something like this:
```{% sw_extends '@Storefront/storefront/page/product-detail/description.html.twig' %}
{% block page_product_detail_description_content_properties %}{% endblock %}
```
Doesn't seems to work. But when we're creating new blocks in existing templates it seems to be woorking. Can you give me any hint where to look for the solution?
Hi @all,
is it possible to call the shop from outside of the local machine if running in the docker dev environment?
From the Linux Server it is possible to curl localhost:8000 and localhost:9998 (hot-proxy), but when we try the domainname example.com:8000 or example.com:9998 we can't access the shop.
We tried using apache2 as a reverse-proxy which worked fine for proxying localhost:8000 to example.com:80. But the hot-proxy has links set to example.com:9998 and we cant proxy to the same port number, because its already in use
Gitter got replaced by Slack. Please use following invite link https://slack.shopware.com to rejoin the awesome Shopware community! https://www.shopware.com/en/news/an-introduction-to-the-shopware-community-slack/
you shouldn't expect anyone to continue reading here :0
Hello, I need to get all subcategories of a category, im only getting the child count but not the array of child elements, if someone could help, I would appreaciate so much!
My request url:
http://localhost:8000/sales-channel-api/v1/category/b791476ef1984ed987d973dc0245ad44