Hi,
We have build 2 new add-ons for CS-Cart 3.
1. Remove Password From E-mails
When a user registers, CS-Cart send a mail with his profile details which also includes his password.
This CS-Cart 3 add-on removes the plain text password from e-mails.
Price: €10,00
Link: [url=“http://www.cscart-templates-addons.com/cs-cart-addons/cs-cart-3-addons/remove-password-from-e-mails.html”]http://www.cscart-templates-addons.com/cs-cart-addons/cs-cart-3-addons/remove-password-from-e-mails.html[/url]
1. Product Storage Location
This CS-Cart 3 add-on allows you to enter the location of the product in your storage room.
Price: €20,00
Link: [url=“http://www.cscart-templates-addons.com/cs-cart-addons/cs-cart-3-addons/product-storage-location.html”]http://www.cscart-templates-addons.com/cs-cart-addons/cs-cart-3-addons/product-storage-location.html[/url]
OK, seriously? You are going to build an addon and charge for it just to remove the password? Doing that is pretty darn easy for anyone to do.
In 4.x.
design/templates/your-template/mail/templates/profiles/profiles_info.tpl
Remove:
{if $password}
{__("password")}:
{$password}
{/if}
In 3.x
skins/your-skin/mail/profiles/profiles_info.tpl
Remove:
{if $password}
{$lang.password}:
{$password}
{/if}
Thanks,
Brandon
@Brandon,
And you must remove this each update again…
Product Storage Location also available for cs-cart 4.
http://www.cscart-templates-addons.com/cs-cart-addons/cscart-4/
And you could do it with a post hook that simply zapped the password in the data relative to a particular mode.
It is a convenience to have it as an addon. And the price is cheap enough.
if it's supported and works without modifying distributed files than it's all about ease of use and merchant comfort with their own skills.
I mean for $10, I wouldn't even spend time writing the post.
However, number of addons does have its cost in performance. It's slight for each one, but each one does add burden to the system. So doing it within the my_changes addon is a savings.
Will this also remove the password when a user decides to change their password and CS-Cart sends out another e-mail?
product store location is avaible in csv export file ?
i can`t go each product ( 5000 ) to add location...will take 3 month
product store location is avaible in csv export file ?
i can`t go each product ( 5000 ) to add location...will take 3 month
What does this have to do with this thread's title?