Page 1 of 1

Adding "Sell with us" in header

PostPosted: Sat Jan 16, 2016 6:24 am
by vikasmaac_5282
Hi,
I am using prestashop 1.6.3 and Agile Multiple Seller Module v3.3.1.0

Can u tell me how can i create "Sell withus" link in header at nearby "My Account"

Thanks..

Re: Adding "Sell with us" in header

PostPosted: Sat Jan 16, 2016 12:44 pm
by shokinro
thanks for using our modules.
I am using prestashop 1.6.3 and Agile Multiple Seller Module v3.3.1.0
Can u tell me how can i create "Sell withus" link in header at nearby "My Account"

The location of the Sell With Us is at Home Tabs.
If you want to add link to top menu or somewhere else, please use following URL
http://YourStoreUrl/en/module/agilemult ... llersignup

For My Account Block, you will need to modify the My Account Block module hooks.

Re: Adding "Sell with us" in header

PostPosted: Sat Jan 16, 2016 9:55 pm
by dhiren8_15290
Hi,
I am using prestashop 1.6.3 and Agile Multiple Seller Module v3.3.1.0

Can u tell me how can i create "Sell withus" link in header at nearby "My Account"

Thanks..

Re: Adding "Sell with us" in header

PostPosted: Mon Jan 18, 2016 6:26 pm
by shokinro
You have to modify the My Accoont block module to include the link.
You can add the link to the theme file of the block hook that hooked to the header.

Re: Adding "Sell with us" in header

PostPosted: Mon Jan 18, 2016 9:16 pm
by dhiren8_15290
hi,
thanks for your reply but not possible.
can u upload the images tuts of how can create "Sell withus" link in header at nearby "My Account".
plz its very urgent.
my client is :evil:

Re: Adding "Sell with us" in header

PostPosted: Thu Jan 21, 2016 5:15 am
by shokinro
thanks for using our modules.

can u upload the images tuts of how can create "Sell withus" link in header at nearby "My Account".
plz its very urgent.


This is a customization changes.
You will need to modify following theme file
/modules/blockuserinfo/blockuserinfo.tpl

You can add following link to this file, you may also need to adjust the design/css of the user info block.

Code: Select all
<a href="http://localhost/dev16x/en/module/agilemultipleseller/sellersignup">Sell With US</a>


hope this helps

Re: Adding "Sell with us" in header

PostPosted: Tue Dec 20, 2016 11:37 am
by aris_15604
i am trying to do the same thing, but the link provided does not exist!

Using v3.3.3.4

I cannot find sellersignup in the module folder also.

Can you please help?

Thanks

Re: Adding "Sell with us" in header

PostPosted: Mon Jan 02, 2017 7:29 pm
by shokinro
make sure you have enabled SEO friendly URL at your store - you can do that at back office - Preferences - SEO & URLs tab.

The seller signup page should be working as following, where you need to replace the store URL with your own.
StoreURL/en/module/agilemultipleseller/sellersignup

By the same, in PrestaShop 1.7x, we have added a link "Seller Signup" beside the User Info block on top page.