Page 1 of 2

Multi Sellers

PostPosted: Fri Feb 02, 2018 4:46 am
by webmaster_15807
Hi,

I'm using Presta 1.7.2 and the Multi Sellers plugin. I'm trying to create a working seller account and have noticed oddities and cannot get it to work.

How do you approve a seller account? I've went to the customer info and enabled it there which didn't work.

I can get a seller account to work by unchecking "Account Approval Required" or manually changing an account by checking the enable seller box.

Next to the username the "Seller Signup" remains after after a customer is a seller.

The business info didn't delete for the first customer/seller account I deleted.

Re: Multi Sellers

PostPosted: Fri Feb 02, 2018 12:04 pm
by shokinro
thanks for using our modules.

>How do you approve a seller account? I've went to the customer info and enabled it there which didn't work.


You have to enable the seller employee account at back office - Employees tab

Re: Multi Sellers

PostPosted: Fri Feb 02, 2018 1:26 pm
by webmaster_15807
You're welcome. Thanks for having these, I think I can do some really cool stuff. I just need to learn the PrestaShop and Agile code to do modifications :D

I found the employee section and enabled them, thanks. The Seller Signup does not go away.

Maybe you can also help me figure out where a few other modifications need to be made in the code to:
[*]Modify product price for all similar products globally. I will have a script to modify the pricing on criteria and product fields for minimum price and fees set by vendor
[*]Add product fields for the above script
[*]Allow fractional quantities of a product to be listed and ordered.

Re: Multi Sellers

PostPosted: Fri Feb 02, 2018 7:20 pm
by webmaster_15807
When you are a seller and you click to duplicate or delete an item there is a popup that ask if you are sure but it does not matter if you click cancel or ok.

Re: Multi Sellers

PostPosted: Fri Feb 02, 2018 11:49 pm
by webmaster_15807
Seller "Payment Collection" option is selectable for seller in their account under "Business Info" when the module has "Seller collects payments". Do I need to edit the code to remove this option then?

This is for my reference if I need to edit it later:

agilemultipleseller/views/templates/front/sellerbusiness.tpl
Code: Select all
   <div class="form-group">

         <label class="control-label agile-col-sm-3 agile-col-md-3 agile-col-lg-3 agile-col-xl-3 required" for="payment_collection">

            <span>

               {l s='Payment Collection' mod='agilemultipleseller'}

            </span>

         </label>

         <div class="agile-col-sm-7 agile-col-md-7 agile-col-lg-7 agile-col-xl-7">

            <div class="row agile-col-sm-9 agile-col-md-9 agile-col-lg-9 agile-col-xl-9">

               <select id="payment_collection" name="payment_collection">

                  <option value="0" {if $sellerinfo->payment_collection==0}selected{/if}>{l s='Based on the module configuration' mod='agilemultipleseller'}</option>

                  <option value="1" {if $sellerinfo->payment_collection==1}selected{/if}>{l s='Always store collects payment mode' mod='agilemultipleseller'}</option>

               </select>

            </div>

         </div>

      </div>

Re: Multi Sellers

PostPosted: Sat Feb 03, 2018 1:24 am
by webmaster_15807
I'm just going to post stuff that I discover as a get my site setup:

Specific prices cannot be edited or deleted once created.

Edit:
It can be deleted but you have to scroll to the right to find the delete button ;)

Re: Multi Sellers

PostPosted: Sun Feb 04, 2018 3:44 pm
by webmaster_15807
This has to be checked or there are JS errors that I reported above plus images don't show up under the product listings.

"Allow customer to be a seller Allow customers to sign up for a sellers account and list products."

Re: Multi Sellers

PostPosted: Wed Feb 07, 2018 2:43 am
by shokinro
This has to be checked or there are JS errors that I reported above plus images don't show up under the product listings.
"Allow customer to be a seller Allow customers to sign up for a sellers account and list products."

I think this should only affect the "Seller Signup" button appearance.
The product image displaying is not related to this option.

Re: Multi Sellers

PostPosted: Wed Feb 07, 2018 2:48 am
by webmaster_15807
I checked it again and when I uncheck it I get this error:

bottom-9c39da.js:947 Uncaught ReferenceError: sellwithus_link is not defined
at HTMLDocument.<anonymous> (bottom-9c39da.js:947)
at fire (bottom-9c39da.js:69)
at Object.fireWith [as resolveWith] (bottom-9c39da.js:70)
at Function.ready (bottom-9c39da.js:75)
at HTMLDocument.completed (bottom-9c39da.js:75)

Re: Multi Sellers

PostPosted: Mon Feb 12, 2018 11:26 pm
by webmaster_15807
Is this getting fixed?