Tracking code fails if URL is appended with additional data......

2009-07-02 Thread rohit2006

Hi,

Has anyone tried appending additional data to the URL together with tracking
code? If try to do the tracking code does not seem to work... for e.g. for
the URL 

http://www.example.com/products/p_11001?atc=gbbc

the tracking code works fine, however if i append additional parameter to
the url, the tracking is recognised in ofbiz..for eg.

http://www.example.com/products/p_11001?isbn=7324289929?xyz=8939320?atc=gbbc

why are the tracking code parameter passed in the URL not accepted bu ofbiz.
My ecommerce webapp is mounted at /.

Any help will be appreciated. 

Rohit

-- 
View this message in context: 
http://www.nabble.com/Tracking-code-fails-if-URL-is-appended-with-additional-data..-tp24317697p24317697.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: Tracking code fails if URL is appended with additional data......

2009-07-02 Thread Ashish Nagar

Hi Rohit,

Try this like 
http://www.example.com/products/p_11001?isbn=7324289929xyz=8939320atc=gbbc


Thanks  Regards,
--
Ashish Nagar

rohit2006 wrote:

Hi,

Has anyone tried appending additional data to the URL together with tracking
code? If try to do the tracking code does not seem to work... for e.g. for
the URL 


http://www.example.com/products/p_11001?atc=gbbc

the tracking code works fine, however if i append additional parameter to
the url, the tracking is recognised in ofbiz..for eg.

http://www.example.com/products/p_11001?isbn=7324289929?xyz=8939320?atc=gbbc

why are the tracking code parameter passed in the URL not accepted bu ofbiz.
My ecommerce webapp is mounted at /.

Any help will be appreciated. 


Rohit

  




Re: Tracking code fails if URL is appended with additional data......

2009-07-02 Thread John D. Hays

rohit2006 wrote:

Hi,

Has anyone tried appending additional data to the URL together with tracking
code? If try to do the tracking code does not seem to work... for e.g. for
the URL 


http://www.example.com/products/p_11001?atc=gbbc

the tracking code works fine, however if i append additional parameter to
the url, the tracking is recognised in ofbiz..for eg.

http://www.example.com/products/p_11001?isbn=7324289929?xyz=8939320?atc=gbbc

why are the tracking code parameter passed in the URL not accepted bu ofbiz.
My ecommerce webapp is mounted at /.

Any help will be appreciated. 


Rohit

  

The second, third, and subsequent ? should be , the URL is malformed.