Search found 90 matches

by nos3
17 Jun 2021, 04:40
Forum: Help
Topic: Configs for adding products form different sites in default shop
Replies: 1
Views: 3673

Re: Configs for adding products form different sites in default shop

If you have already configured the ai-sites extension in marketplace mode (sitelevel = 3), the next todo is to adapt the catalog/detail template and add the buttons for the vendors. As each vendor adds a different price and stock level, the product will contain the prices (and stock level if you add...
by nos3
29 May 2021, 06:51
Forum: Help
Topic: Control inherited products with ai-sites extension
Replies: 4
Views: 2169

Re: Control inherited products with ai-sites extension

Provided you have configured "sitelevel=1" and have added the "Sites" decorators like described in the "README.md" of the extension, the feature works as like this: - Create a product at the "default" site - DON'T set the value in the "Sites" tab to ...
by nos3
24 May 2021, 08:48
Forum: Help
Topic: Control inherited products with ai-sites extension
Replies: 4
Views: 2169

Re: Control inherited products with ai-sites extension

I want to to control in the administration interface if inherited categories or products are used in the sub-site or not, just like what in `ai-sites` extension is said. I copied the exact configuration in the readme file of this extension, and I did NOT change `sitelevel` config, and I'm NOT using...
by nos3
24 Apr 2021, 08:39
Forum: Help
Topic: Error when applying percentrebat to 2 categories
Replies: 1
Views: 1059

Re: Error when applying percentrebat to 2 categories

That's a bug in 2019.10 version (2020.10 and later are not affected) and has been fixed in our ELTS version
by nos3
01 Jan 2021, 10:11
Forum: Help
Topic: b2b/b2c module
Replies: 5
Views: 2192

Re: b2b/b2c module

You can also put everything in one marketplace if you don't mind that wholesalers and merchants may be mixed up and clients will try to buy from wholesalers too. For different pricing, you can use our customer/group extension so wholesalers can add different prices for end users and merchants. The m...
by nos3
28 Dec 2020, 08:38
Forum: Help
Topic: b2b/b2c module
Replies: 5
Views: 2192

Re: b2b/b2c module

Yes, sellers can be also customers and vice versa. You should create two segment marketplaces like - global marketplace -- customer marketplace --- vendor 1 --- vendor 2 --- ... -- wholesale marketplace --- wholesaler 1 --- wholesaler 2 --- ... The only limitation is that a wholesaler can't be a ven...
by nos3
15 Dec 2020, 18:14
Forum: Help
Topic: Offer file upload for customer - Possible
Replies: 14
Views: 5141

Re: Offer file upload for customer - Possible

Guess, the problem is the XHR request done instead of a normal POST by the browser: https://github.com/aimeos/ai-client-html/blob/master/client/html/themes/aimeos.js#L1284 This example code may help to implement a file upload using jQuery XHR: https://makitweb.com/how-to-upload-image-file-using-ajax...
by nos3
15 Dec 2020, 17:57
Forum: TYPO3 extension
Topic: How to import/create images via Media Manager Class
Replies: 3
Views: 1849

Re: How to import/create images via Media Manager Class

Check in the browser console, which URL is used.
by nos3
15 Dec 2020, 17:26
Forum: TYPO3 extension
Topic: Customer Group Specific Prizes
Replies: 4
Views: 2129

Re: Customer Group Specific Prizes

Add two prices to your products, one for B2C and one for B2B. In the B2B price, add your B2B customer group to that price ("advanced" price section). This price will only be shown if the user is logged in and is assigned to the B2B customer group (provided the price is lower than the stand...
by nos3
31 Oct 2020, 08:01
Forum: Help
Topic: Configuring ai-vatcheck
Replies: 4
Views: 1782

Re: Configuring ai-vatcheck

If you are using net prices, you need to configure the "AddVat" plugin to add VAT depending on the plugin configuration (addvat.always, addvat.never, addvat.novatid). Otherwise, use the "NoVat" plugin to remove the VAT from the prices but don't configure both plugins!