Change Vendor Notification E-Mail

Hi,

We have just bought multivendor. But we want to change the vendor notification e-mail. Like the (language) text.

Now it's standard (Dutch):

Beste verkopers beheerder,

Dank u voor het registreren bij Store.

							<p><strong><span style="color:#141414;">Gebruikersaccount info</span></strong></p>
							<div style="text-align:center;">
							</div>
						
					
							<p><em>E-Mail: </em></p>
						
						
							<p>E-mail adres</p>
						
					
							<p><em>Wachtwoord: </em></p>
						
						
							<p>XXXXXXXXXX</p>
						
					
							<p><em>Inloggen URL: </em></p>
						
						
							<p><a data-ipb='nomediaparse' href='http://www.store.nl/vendor.php'>http://www.store.nl/vendor.php</a></p>
						
					
							<p><strong><span style="color:#141414;">Profiel naam: </span></strong></p>
						
						
							<p>Hoofd</p>
						
					
		
			<p> </p>
		
	
			<p> </p>
		
	<p> </p>

			 
	<p>Webwinkel van Demo.</p>

Where and what can we change. Can add some own text, maybe an image, etc...

Hi,

We have just bought multivendor. But we want to change the vendor notification e-mail. Like the (language) text.

Now it's standard (Dutch):

Beste verkopers beheerder,

Dank u voor het registreren bij Store.

Gebruikersaccount info

E-Mail:

E-mail adres

Wachtwoord:

XXXXXXXXXX

Inloggen URL:

http://www.store.nl/vendor.php

Profiel naam:

Hoofd

Webwinkel van Demo.

Where and what can we change. Can add some own text, maybe an image, etc...

Here is the corresponding template file: design/themes/responsive/mail/templates/profiles/create_profile.tpl. We recommend to make the changes using hooks ( http://docs.cs-cart.com/4.3.x/developer_guide/addons/hooking/tpl_hooks.html )

If you only need to change the text, you can edit the language variables on the Administration > Languages > Translations page in the admin panel.

Hi,

Ok, I will try this. Regarding the translation, Can I add html to change it?

I could not find the text. I've tried to search the text Beste verkopers beheerder. But no results.

The hooks. Is there documentation where I can see step for step how to use the hooks?

Do I have to use an folder called my_changes or do I have to use another folder?

I've tried to use my_changes for this.

app\schemas\permissions\vendor_multivendor.php

app\schemas\menu\menu_multivendor.php

But nothing works.

I want to learn but need an oush in the right direction.

Please find all documentation here

http://docs.cs-cart.com/4.3.x/developer_guide/addons/index.html

Hi,

What do they mean with:

  • Administration panel: design/backend/templates/addons/[addon id]/hooks/[template name]/[hook name].[pre|post|override].tpl
  • Customer area: design/themes/[theme name]/templates/addons/[addon id]/hooks/[template name]/[hook name].[pre|post|override].tpl

When I go to the folder: design/themes/[theme name]/templates/addons. What do I have to do there? Creat an new file?

Also the file name [hook name].[pre|post|override].tpl. What's the difference between pre,post and override?

Can't find more information about this.

When I go to the folder: design/themes/[theme name]/templates/addons. What do I have to do there? Creat an new file?


Yes, a folder not file though. If you are not creating an addon and just want to add some code, you need to use the My changes addon and create a /my_changes/ folder.

Also the file name [hook name].[pre|post|override].tpl. What's the difference between pre,post and override?


pre - code added before the hook

post - code added after the hook

override - override the hook

I only want to change some small things. Like the e-mail template.

Where do you put the my_changes folder?

Is there documentation where I can read step for step?

For example, you see the following code in the template in the store-front:

{hook name="section:hook_name"}
...
{/hook}

To override content between the hook and /hook tags, you should enable the built-in My changes module and create the following file:

design/themes/YOUR_THEME/templates/addons/my_changes/hooks/section/hook_name.override.tpl

I only want to change some small things. Like the e-mail template.

Where do you put the my_changes folder?

Is there documentation where I can read step for step?

http://docs.cs-cart.com/4.3.x/developer_guide/addons/hooking/index.html

I ahve created the following:

var/themes_repository/responsive/templates/addons/my_changes/hooks/products/layout_content.override.tpl.

I wanted to hide the sku on the productpage. But did not work.

The hookname in the file is {hook name="products:layout_content"}.

File is located in: var\themes_repository\responsive\templates\views\products\view.tpl

What am I doing wrong? The link with the info http://docs.cs-cart.com/4.3.x/developer_guide/addons/hooking/tpl_hooks.html

Its not giving more details with help or examples.

Do not forget to clear cache (add &cc&ctpl to the URL in the admin panel)

Hi,

Do you mean: http://www.domain.nl/admin.php&cc&ctpl ?

Because did not work.

I'm using 4.3

I ahve created the following:

var/themes_repository/responsive/templates/addons/my_changes/hooks/products/layout_content.override.tpl.

I wanted to hide the sku on the productpage. But did not work.

The hookname in the file is {hook name="products:layout_content"}.

File is located in: var\themes_repository\responsive\templates\views\products\view.tpl

What am I doing wrong? The link with the info http://docs.cs-cart.com/4.3.x/developer_guide/addons/hooking/tpl_hooks.html

Its not giving more details with help or examples.

The correct path is design/themes/responsive/templates/addons/my_changes/hooks/products/layout_content.override.tpl.

The correct path is design/themes/responsive/templates/addons/my_changes/hooks/products/layout_content.override.tpl.

Oh, yes. Do not make any changes in the var/themes_repository directory.

Yes, it worked.

Can you also change the new productpage where you can hide options where vandor can choose from or enable VAT? Not the product options, but can't change the product details page, etc....

Also where can you change the page create new vendor account. I want to hide the url and fax for new vendors.

Also where can you change the page create new vendor account. I want to hide the url and fax for new vendors.

Please check this template:

design/themes/YOUR_THEME/templates/views/companies/apply_for_vendor.tpl