VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: hpolimar on January 03, 2012, 11:21:59 AM

Title: category listing with "array" word
Post by: hpolimar on January 03, 2012, 11:21:59 AM
hi!
when i'm listing product inside a category i've in the top the category name, then i've in the middle the word "ARRAY" and lower the products. How can i remove that word "array" ?


thanks
Title: Re: category listing with "array" word
Post by: PRO on January 03, 2012, 12:08:47 PM
the pagination variable changed. So since you are using a template override, you should get the code from the native file, and replace yours
Title: Re: category listing with "array" word
Post by: hpolimar on January 03, 2012, 20:53:22 PM
can you please tell me wich file controls it ?


thank you
Title: Re: category listing with "array" word
Post by: PRO on January 03, 2012, 21:01:51 PM
views/category/tmpl/default

YOU NEED to get the pagination code out of that file,and out it in your template override file.

YOU are using old code that was changed.

Title: Re: category listing with "array" word
Post by: hpolimar on January 05, 2012, 12:34:59 PM
thank you for your help.

if someone has the same problem:

the old code is for the ordering selection menu
Title: Re: category listing with "array" word
Post by: isamar on September 10, 2015, 00:52:01 AM
Hello

Can you help me. I have nearly the same problem.
When I am at checkout page.
Next to product name details I have the word ARRAY but I am not sure if is the same solution as you mention.
If it is where exactly is the views folder located?
Title: Re: category listing with "array" word
Post by: GJC Web Design on September 10, 2015, 10:30:15 AM
components/com_virtuemart/
Title: Re: category listing with "array" word
Post by: isamar on September 10, 2015, 20:25:55 PM
Thank you for the directory but I am sorry to ask for further help as I am new to virtuemart


What do you mean by:

"YOU NEED to get the pagination code out of that file,and out it in your template override file.

YOU are using old code that was changed."

I have only one template created the one I am using and have not done any significant changes to it or override anything.