solved Item description not showing

izhmel
@izhmel
8 years ago
1,354 posts
Item description not showing , I created an item and used form designer to add a description box , for the merchandise I want to sell , but the description is not showing after I save it ... If I edit the merchandise , you can see the description under edit but it is not showing outside of edit ....

This was working before


http://dubmusic.com/dubmaster/file


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 10/15/17 11:20:07AM
paul
@paul
8 years ago
4,335 posts
You'll need to add the new field to the template for where you want it to show. It'll likely be something like {$item.store_description} that'll need to be added (dependent on what you called your custom field).
hth


--
Paul Asher - JR Developer and System Import Specialist
izhmel
@izhmel
8 years ago
1,354 posts
I still cant get the description to show http://dubmusic.com/dubmaster/merch can you give a simpler way how to do this ..

I turned the file module into a for a sale module and want to be able to describe the item selling


--
The Scientist
dubmusic.com
Thanks for any assistance.
izhmel
@izhmel
8 years ago
1,354 posts
I also want to add images but they don't show on the page after I added them


--
The Scientist
dubmusic.com
Thanks for any assistance.
paul
@paul
8 years ago
4,335 posts
So you've added the custom description field to the jrFile module, something like 'file_description'?
What have you done then? Have you added the smarty variable {$item.file_description} to the appropriate module templates (item_list.tpl, item_detail.tpl)? If you've done this (and cleared caches after doing it), what skin are you using? Check that there are no jrFile template overides in the skin.


--
Paul Asher - JR Developer and System Import Specialist
izhmel
@izhmel
8 years ago
1,354 posts
I never added {$item.file_description} to (item_list.tpl , now it works

http://dubmusic.com/dubmaster/merch

Thanks


--
The Scientist
dubmusic.com
Thanks for any assistance.
izhmel
@izhmel
8 years ago
1,354 posts
If I want to add i.e. name address for the user to fill out, how do I do it ?


--
The Scientist
dubmusic.com
Thanks for any assistance.
paul
@paul
8 years ago
4,335 posts
The same as you added description. You will need to choose approprite field types, either a single 'textarea', say, or several text fields for file_address_line_1, file_address_line_2, file_address_city, file_address_country, file_address_zip or whatever is needed.


--
Paul Asher - JR Developer and System Import Specialist
izhmel
@izhmel
8 years ago
1,354 posts
I tried to create a second item and the description box dose not show along with the added fields "file_address_line_1, file_address_line_2, file_address_city, file_address_country, file_address_zip "

I find I can use the file module to sell merchandise and other goods and services and I want to modify the form so the user can enter Name ,address so when they buy an Item than info gets sends to the admin to be processed


--
The Scientist
dubmusic.com
Thanks for any assistance.
michael
@michael
8 years ago
7,802 posts
What your asking is a complex procedure, the overview is, you'll need to locate where the email is being sent from then see if the variables you're interested in are available there, then add them to the email template (if its an email template controlling the email).

Not something that anyone has done, so nobody is going to know the exact steps to copy+paste or follow.

Tags