PrestaShop Multiple Seller module - Agile Multiple Seller

In this forum you can post anything related to PrestaShop Modules/Addons from Agile Addons-Modules.Com.

If you need support for any module/addon from Agile Addons-Module.Com, please post it here. We will respond as soon as possible. Usually within one business day.

Please indicate the PrestaShop version, product name. product version, and if possible your order # to get a prompt response.

Moderator: jeffayao_1666

PrestaShop Multiple Seller module - Agile Multiple Seller

Postby ra_4178 » Tue Jul 15, 2014 4:18 pm

Hello Agile Team

We have a question regarding the "Cart/Order splitting" feature introduced in 1.4:

OUR SITUATION:
our customers pay by invoice or bank wire and we use the "store collects payment" mode. because the cart is splitted upon confirmation they need to make a transaction for each seller allthough they all go to our bank account.

OUR QUESTION:
Is it possible to delay the spliting until the payment has been received?
- OR-
Is it possible to switch between "splitted order" and "single order"?

Kind regards
Roman Abt
ra_4178
 
Posts: 0
Joined: Tue Jul 15, 2014 4:18 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Wed Jul 16, 2014 12:20 am

thanks for using our modules

OUR QUESTION:
Is it possible to delay the spliting until the payment has been received?
- OR-
Is it possible to switch between "splitted order" and "single order"?

it is very difficult to delay split order.

It is possible to change to single order, but it is not simple switch. it need some custom coding.
but if you do not split the order, it may cause some other issues, for example:
1. multiple sellers may share the same order, can see each other's order information.
2. one order will have multiple owners.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby philandheatherj_3989 » Thu Jul 17, 2014 2:57 am

Shipping isn't calculating the way I need it to in my shop. I have a customer who buys Product A from Seller A with a shipping cost of $45. They add Product B, also from Seller A, to the cart, but it needs to ship separately at $15. In the cart, it shows $45 for the total shipping when it should be $60. In the Shipping Carrier section of the cart both shipping prices of $45 and $15 are shown for their respective products and I need them added instead of combined based on the total weight of the 2 products (which is what I think is happening). Is there something I need to do to make sure both shipping fees are assessed and the total for shipping is $60? Thank you!
philandheatherj_3989
 
Posts: 11
Joined: Mon May 19, 2014 3:17 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Fri Jul 18, 2014 12:54 am

thanks for using our modules.

Shipping isn't calculating the way I need it to in my shop. I have a customer who buys Product A from Seller A with a shipping cost of $45. They add Product B, also from Seller A, to the cart, but it needs to ship separately at $15. In the cart, it shows $45 for the total shipping when it should be $60. In the Shipping Carrier section of the cart both shipping prices of $45 and $15 are shown for their respective products and I need them added instead of combined based on the total weight of the 2 products (which is what I think is happening). Is there something I need to do to make sure both shipping fees are assessed and the total for shipping is $60? Thank you!


The standard shipping fee is calculated according to price or weight (based on the configuration of the carrier). It is not count by number of items.
If you want count by items, you can configure as following
- set carrier shipping fee to 0 no matter what price and weight.
- set each product additional cost $45 or $15 at each product.

in this setting, it will be calculated by each product and by number of items.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby philandheatherj_3989 » Sat Jul 19, 2014 2:28 am

Thank you for the response. Is there a way to tell the cart not to combine the weight of the 2 separate products even if they are from the same seller...just compute them separately? If they were from different sellers, it would do this and there would be shipping calculated for each product. I want it to do this for the same seller as well. I hope that makes sense. Thanks!
philandheatherj_3989
 
Posts: 11
Joined: Mon May 19, 2014 3:17 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Sat Jul 19, 2014 1:39 pm

thanks for your inquiry

Thank you for the response. Is there a way to tell the cart not to combine the weight of the 2 separate products even if they are from the same seller...just compute them separately? If they were from different sellers, it would do this and there would be shipping calculated for each product. I want it to do this for the same seller as well. I hope that makes sense. Thanks!

of course it is possible, but it will require some code customization.
As you know, shipping fee calculation is quite complicated, so it might be not that easy.
if you are very experienced PHP developer you may be able to do that.

the logic is in following file
/override/classes/Cart.php

Please note, we are not responsible for any issue that caused by your own code changes.

But I am not sure following solution will work for you - use product Additional Shipping Cost to implement your requirement.
Set carrier shipping fee to 0. Set product Additional Shipping Cost for each product.
In that case, the shipping fee will be add up of each product shipping fee.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

PrestaShop Multiple Seller module - Agile Multiple Seller

Postby jorgejts_4190 » Sat Jul 19, 2014 2:32 pm

Hello,

Forum module from prestashop is compatible with agile multiple seller?

Thank you very much!
jorgejts_4190
 
Posts: 0
Joined: Sat Jul 19, 2014 2:32 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Sat Jul 19, 2014 2:37 pm

thanks for your inquiry.

Forum module from prestashop is compatible with agile multiple seller?

I am not aware of any forum modules from PrestaShop originally.
Modules sold at PrestaShop addons site does not mean it is provided by PrestaShop originally, it is from 3rd party vendors from the community.

I think usually forum module should not have conflicts with our modules, but we can not 100% guarantee.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

PrestaShop Multiple Seller module - Agile Multiple Seller

Postby granmallpanama_4197 » Thu Jul 24, 2014 7:32 pm

hi...i have a little problem with my shopping cart...because after a complete transaction the system return to the user profile and sent the email confirmation...but right now the system return to a blank page...i activated debug option and ha got this error: /classes/AgileSellerManager.php...how i can fix this issue

regards

granmallpanama_4197
 
Posts: 0
Joined: Thu Jul 24, 2014 7:32 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Thu Jul 24, 2014 11:32 pm

thanks for using our modules.
.i have a little problem with my shopping cart...because after a complete transaction the system return to the user profile and sent the email confirmation...but right now the system return to a blank page...i activated debug option and ha got this error: /classes/AgileSellerManager.php...how i can fix this issue


can you tell me the version of your PrestaShop and the version of the module.
Also please post the detailed error message, not just the file name.
so that we can provide advises.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

PreviousNext

Return to Support forum - Agile PrestaShop Modules/Addons

Who is online

Users browsing this forum: No registered users and 4 guests