This topic is locked
[SOLVED]

 Prefix and Suffix Code

1/15/2014 6:33:56 AM
PHPRunner General questions
HJB author

Sample URL: http://www.trucktradeidomain.com/search/eng/detail.asp?vehicletype_id=1&vehicle_id=14735628&make=0&mid=10&page=1&AllowNext=1&language=eng&price_type=1
I'm in a project to build a kind of DOCKING STATION like app for a RO-RO forwarder to serve his clients to simply enter the above ID (as seen in BOLD) after having placed his order with the seller and succeeded to make good use of the PHPR built-in PREFIX feature on URL linked display of the truck details inside the truck trade portal..., so far, so good.
Now, additionally, the truck trading portal is offering a "MAKE US AN OFFER" popup window as per URL above where I need to place a SUFFIX as well where I don't know yet how to get it done to work under permanently project fixed status rather than manual coding each time, a project upgrade needs to happen. As I can see BOTH, say, the option to place PREFIX as well and SUFFIX code on a HTML link formatted field within a RAD competition product since long (years), I wonder how complicated it would be to as well build in such SUFFIX code option into the coming final of PHPR 7.0?

Sergey Kornilov admin 1/15/2014

My suggestion is to use 'View as' type 'Custom' where you can build any type of link.

You can see a few examples here:

http://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm

HJB author 1/15/2014

Many thanks for suggestion, stay tuned ..., thread can be closed as SOLVED now due to:

"$value = '<a href="...domain/search/eng/detail.asp?vehicletype_id=1&vehicle_id='.$value.'&make=0&mid=10&page=1&AllowNext=1&language=eng&price_type=1">Make us an offer!</a>';