Developer forum

Forum » Development » Acout Base.w() function

Acout Base.w() function


Reply
Hi,
I have removed all the Base.w() from my CustomModules files, and I have searched the entire solution to prove it.
How can I still get some information about the shop languages on the product view page?
And I remember that I have never made the Base.w() to show all the shop languages and count them.

Are you guys have any clue how it happens? How can I solve it?


Replies

 
Nicolai Høeg Pedersen
Reply
Have no clue...

Could also be some template tags?
 
Reply
Unfortunately they are not template tags.
Because they er at the top of page, same as Base.w().

More infomation I found:

They appear both on the productList page and the product page.

I try to write a Base.w() line at the last line of ProductTemplateExtender's ExtendTemplate function, but it is at the first position (show my Base.w() first, then others).

And just on the product page.
 
Nicolai Høeg Pedersen
Reply
?

Base.w is not usable for anything else than debugging. It immediately sends text to the response. So do not use it.

The text must be coming from one of your add-ins.

 

You must be logged in to post in the forum