Vin Le
Vin Le
Hi @AltayAkkus Sorry for the late response, The changes looks great to me, thanks for your contribution! However I have some remark regarding the changelog and there's conflict in your...
Hi @Scarbous First of all, thanks for your contribution, Could you give me an example why there's need to this "magic" getter?, the Context class is an DTO so i'd...
Hi @Scarbous In that case, you can just create a class in your project and do exactly the same ```php class ContextRenewable { private Context $originContext; public function __construct(Context $originContext)...
Hi @SpiGAndromeda That's a good branching strategy, I'm planning to have a major update with the news PHP compatibility to fit with shopware's constraint and also the news version for...
@LouisEiermann sorry I don't have time to check it in anytime soon, could you give it a go?
Its also a compatible issue I suppose, which shopware version are you using @Ambertvu
tks @LouisEiermann for create a compatible for 6.6 Could you @Angeal87 test if it works?
@nikkoch it's certainly doable :) you just need to check if the context.customer exists ```twig {% if context.customer and not context.customer.guest %} // UI components {% endif %} ``` Edit...
Hi currently we are releasing 2.0.0 with a few new features, but your proposal is not yet implemented. It's because we don't think it will be largely used for most...
That could be easily implemented by adding a boolean custom field for the product (comparable by default). I'd do it in the next release :)