That would be a nice feature actually. I would try to make the field not searchable and not visible in the listing first of all. Then pull it out specifically in the viewlisting template before or after the normal display of all the the other extrafields using the plugin function.get_extra_field.php .
But I wonder if this is possible, I am not so good with PHP but I try the best. in my case I want to put a button from Paypal but I dont want that the users cant modify its content only me as an administrator... I really really want to know how can I do it. By the way, Seymour I just given my clicks in 1+ in different pages, thanks for your supporting...
make your extrafield but make sure it is not seen in the listing. There is an option to do that I think. Then use the smarty plugin I mentioned and put it anywhere on the template you wish. Put this code where you want it to show. {get_extra_field id=$view fid=x} X is the number of the extafield you have created and $view is the number of the advert. I think is view or it might be $id.
Ok thanks you very much, but Right now I have others problems I've created my extra field ID 3 I just turn off from listing, but this field appear in the quick checkout And the another problem is with the paypal button, if I paste this code appear the same code, non the paypal button, how can I fix it... If you can see the paypal button Add to cart is because I just to paste in description field, there no problem, but when I created the field that appear with the code that is the problem, because dont show me the Paypal button if not the code.
Have you actually set the paypal button to not be seen in the listing as I proposed? Does it do it in the checkout if you use the default checkout system and not the module? You have to let the administrator also have rights to post html code etc. There is a thread about that where a checkbox is ticked to allow it.
First of all, it appears if you set up an extrafield so it is not seen in your listing, it is going to still appear in your checkout ( quick checkout module or the standard 68C checkout). If you try to go this way you will need to customise checkout so extrafields set to not be seen in the listing do not appear in the checkout. That is a custom piece of development. It appears that given the constraints you are imposing, you should enter your paypal button into the description field via the admin panel only. You should be able to set the admin permissions by clicking on the manage users tab and then the specific admin settings for that admin. Image attached. However, you may also need to allow html tags in checkout settings (don't know and I have not tested it). If you do allow html tags them, for sure, ordinary users will be able to place html code into their ads which is not a great idea (spamming). To be frank you are trying to use 68 classifieds as a shopping cart and as a classified system at the same time or I completely misunderstand what you are trying to do. 68C was not designed to do this. To a certain extent you can make it behave like an online shop which is what I do with PHP Classified Scripts | TemplateCodes but there is no public access or you can run it as a classifieds system which it was designed for.