Can you please tell me how do I edit this page?

I need to edit this page vendor.php?dispatch=products.add

Its the page people use to add products to the website.



But when I open “vendor.php” in the root there is very little there.

I just need to remove some words and change other words. Does anyone know how I can edit this page?

What cs-cart version are you using?





Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

Changing the words in a CS-Cart store's template is usually done in Administration > Languages. Just search for the string of words you want to change, and update the Value.

im using 2.4



I searched in languages and its not there. I need to take out some form fields but don't know where to go to edit the form.

thanks

skins/[SKIN_NAME]/admin/views/products/update.tpl



If you are more explicit in regards to the modifications maybe i am able to help you ;)





Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

Thanks Vali!

Theres a field called Status: Active Hidden Disabled with radio buttons



Its mandatory, but I hate this and its unnecessary. I want to remove it, and make it not show, and not mandatory. do you know how?



Also I want to take out the “Inventory” field, and the “track with options” dropdown. No one knows what that means anyways lol.

thanks

Please PM and i will help, with this modifications for free ;)

Do you know where I would find this for V4?


design/backend/templates/views/products/update.tpl






Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

Thanks V much

[quote name='Vali' timestamp='1377969727' post='167630']


design/backend/templates/views/products/update.tpl






Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

[/quote]



Hey, brother. You can help me¿?



How i can delete some field ? but only just for the vendor administrator.



I was reading about topic and found this code :



{if $auth.user_type=="A"} {/if}




You can help me?.. I dont know speak english very well.

Yes, you can use the if statement
{if $auth.user_type=="A"}
...
{/if}






Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

[quote name='Vali' timestamp='1395556059' post='179912']

Yes, you can use the if statement
{if $auth.user_type=="A"}
...
{/if}






Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

[/quote]



Thanks for answer, but how i can use this code? can show me some example?.