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

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Sun Feb 26, 2012 3:23 pm

Is that modification possible and what would be extra price for that? I need to know the complete price to compare different solutions.

I have just replied you by email to your email account registered at this forum. Please check your email to make sure you have received it. (It does not go to Junk mail folder)
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 fredericnevers_1303 » Wed Feb 29, 2012 10:51 am

Hi,
I\'ve installed this module in my Prestashop and now the backoffice page does not seem to be loading fully. Also the icon for the \'Shipping\' tab is missing. Could you please help me fix the issue? I\'d have shown you a screenshot of the issue but I cannot find a way to attach a file.
Thanks,
Fred
fredericnevers_1303
 
Posts: 6
Joined: Wed Feb 29, 2012 10:51 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Wed Feb 29, 2012 1:52 pm

Thanks for using Agile PrestaShop multiple seller/vendor module - the best module to your PrestaShop based market place solution.

I\'ve installed this module in my Prestashop and now the backoffice page does not seem to be loading fully. Also the icon for the \'Shipping\' tab is missing. Could you please help me fix the issue? I\'d have shown you a screenshot of the issue but I cannot find a way to attach a file.


Please make sure you have installed the module correctly. There are a few files need to be changed, please read the install_en.txt to confirm if those files have been changed correctly.

Also please set "display_errors" to "on" in file /config/config.inc.php to see what errors is happening.

You can use attachedment to upload your screen images or use images links.

Please let me know if you still have a problem.
Attachments
imglink.png
how to use image links
imglink.png (7.52 KiB) Viewed 5611 times
att.png
How to attach a file
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 fredericnevers_1303 » Wed Feb 29, 2012 3:43 pm

Thanks for your response. I did install it correctly, apart from order.php as I had to merge it with another third-party module I\'d already installed.
The error message I get is
Fatal error: Cannot redeclare Order::getProductsDetail() in somepath/html/override/classes/Order.php on line 92

I looked at the php file in question and there is already a getProductsDetail above in the file:

public function getProductsDetail()
{
$data = parent::getProductsDetail();

foreach ($data as &$row)
{
$actual_id = $row[\'product_id\'] ;
if (intval($row[\'product_attribute_id\']) != 0)
{
$actual_id .= \',\' . $row[\'product_attribute_id\'];
}

// add all downloads to the row - this is used in order-detail.tpl
$productDownloadIds = ProductDownload::getAllIdsFromIdProduct($actual_id);

$productDownloads = array();
foreach ($productDownloadIds as $productDownloadId)
{
$productDownload = new ProductDownload($productDownloadId);
$productDownloads[$productDownload->id] = $productDownload;
}

$row[\'all_downloads\'] = $productDownloads;
}

return $data;
}

Could you please help me out with this?
Thanks,
Fred
Attachments
Safari1.png
Last edited by fredericnevers_1303 on Wed Feb 29, 2012 3:50 pm, edited 1 time in total.
fredericnevers_1303
 
Posts: 6
Joined: Wed Feb 29, 2012 10:51 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Wed Feb 29, 2012 8:10 pm

Hi Fred
Thanks for your respnose and thanks for the detailed information.

From the information I got, what you need to do merge the two method into one in the override Order.php class. I can try to help you sort this out, but I will not be responsebility for anythig that related to this change.
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 fredericnevers_1303 » Thu Mar 01, 2012 11:03 am

Hi,
thanks a lot for fixing this via PM. The file you have created for me works great. Very good and fast service, very impressed.
Could you please let me know why the icon for the shipping is no longer showing since I installed your module? And also how to fix it :)
Thanks,
Fred
fredericnevers_1303
 
Posts: 6
Joined: Wed Feb 29, 2012 10:51 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Thu Mar 01, 2012 11:53 am

Hi Fred,
Thanks for your feedback, I am glad it works.
It is my pleasure and it is my job to make our customer happy.

As for the missing icon, it is small bug of module, you can fix this by copying one image file as following

Copy image file
YourStoreRoot/img/admin/AdminShipping.gif

To folder with new name
YourStoreRoot/modules/agilemultipleseller/AgileShipping.gif

And make sure the file permission is 644 after copy.
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 fredericnevers_1303 » Thu Mar 01, 2012 2:49 pm

all fixed, thanks a lot for your help. I'm off to make new products ;)
Cheers,
Fred
fredericnevers_1303
 
Posts: 6
Joined: Wed Feb 29, 2012 10:51 am

PrestaShop Multiple Seller module - Agile Multiple Seller

Postby kiamaru_1335 » Sat Mar 03, 2012 7:42 pm

HI

i\'m in presta 1.3.1, can i use your module? can you make it compatible with presta 1.3.1?

thanks
kiamaru_1335
 
Posts: 0
Joined: Sat Mar 03, 2012 7:42 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Sat Mar 03, 2012 10:27 pm

thanks for your inquiry.
i\'m in presta 1.3.1, can i use your module? can you make it compatible with presta 1.3.1?


Unfortunately, we don't have version that can work with PrestaShop 1.3x
Because of the system architecture design limit, it is very difficult to implement all the same feeatures in 1.3x, we do not want to keep different source code for different PrestaShop 1.3x and 1.4x.

Sorry for that.
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 7 guests