Adding Words before Pagination

  • Posts: 16
  • Thank you received: 0
13 years 5 months ago #16753

Hey I was wondering if there was a way to add the words, "Product list:" or "Navigation" before the pagination. Example would be the shop page of ilikeants.com

Please Log in or Create an account to join the conversation.

  • Posts: 82726
  • Thank you received: 13342
  • MODERATOR
13 years 5 months ago #16754

Yes. You can go in the menu Display->Views and edit the file listing_div of the view product. There, you have the first 11 lines which are dedicated to the display of the pagination at the top and the last 11 lines for the display of the pagination at the bottom. You can just add your text in there.

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 0
13 years 5 months ago #16761

Thanks. Now is there a way to show it twice? (top and bottom)

Also, when it says the price it says the word "Each" after each one. I guess i'll look through to find where to change that but if you could tell me where to change that also. :>

OH and one more thing. If I choose an image for the category image, I want it show up when the image is clicked on the menu but not when it is shown on the product listing.

For instance on ilikeants.com, when you click shop I have the default image to be the image I want. Because if I choose an image for the actual category then it shows up when i click on it above all the other products in that category. Make sense?

Last edit: 13 years 5 months ago by ilikeants.

Please Log in or Create an account to join the conversation.

  • Posts: 82726
  • Thank you received: 13342
  • MODERATOR
13 years 5 months ago #16771

If you want to show it twice, you would have to edit the listing_div file of the view product via the menu Display->Views. We'll add the option for next release

For the "each", you can change all the translations in HikaShop by overriding the translations via the interface in the tab languages of the config:
www.hikashop.com/download/languages.html#modify

I didn't understand your last question. Could you explain a bit more what you want ?

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 0
13 years 5 months ago #16809

Sure. For instance, I can set an individual image for each category.

I have a category called "5.25 x 7.25" and within this category I have all my products listed.

When I click on the menu item, "Shop" it is a Hikashop Category listing. shows the image I chose for the category above the name of the category. When I click on the link, it shows all the products.

When it lists all the products I don't need it to show the image again, just the products listed as it does now at ilikeants.com.


As for the pagination, I can get it to show twice by setting

<?php if($this->config->get('pagination','top')=='bottom' && $this->params->get('show_limit') && $this->pageInfo->elements->total > $this->params->get('limit')){ ?>

to

<?php if($this->config->get('pagination','top')=='top' && $this->params->get('show_limit') && $this->pageInfo->elements->total > $this->params->get('limit')){ ?>

I just copied and pasted the top line. But then the functionality of it stops. I think it has something to do with having the same variable twice?

Please Log in or Create an account to join the conversation.

  • Posts: 82726
  • Thank you received: 13342
  • MODERATOR
13 years 5 months ago #16811

The name of the form in the pagination code needs to be unique. You should change one of them from:
name="adminForm_<?php echo $this->params->get('main_div_name').$this->category_selected;?>"
to:
name="adminForm_<?php echo $this->params->get('main_div_name').$this->category_selected;?>_top"

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 0
10 years 6 days ago #177293

Dear all and Nichole,

I don't want the wordings to show twice. Now it show at the beginning of the page list and again at the bottom of the page itself.
What can I do? Thanks a lot for your reply.

Last edit: 10 years 6 days ago by clairewang.

Please Log in or Create an account to join the conversation.

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
10 years 6 days ago #177308

Hi,

You edited the code in the two places where the pagination can be displayed (top and bottom).
You have to edit only the element you want to override.
I recommend you to remove the added content in the pagination where you don't want to display it.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 0
10 years 5 days ago #177519

Hi, Thanks a lot. I didn't edit the two places, I only put at the top of the file listing_div. But it still show twice.

Please Log in or Create an account to join the conversation.

  • Posts: 82726
  • Thank you received: 13342
  • MODERATOR
10 years 4 days ago #177543

Hi,

The problem comes from the way you made your change.
As we don't know exactly what you did, we can't tell you what's wrong.
Please provide precise information on what you changed where and provide a link to the result page with the problem so that we can tell you what's wrong.

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 0
10 years 4 days ago #177587

Content removed by a moderator.
Reason : Duplicate post.
See : www.hikashop.com/forum/product-category-display/872678-add-words-at-the-top-of-the-product-list-page.html

Last edit: 10 years 4 days ago by Jerome.

Please Log in or Create an account to join the conversation.

Time to create page: 0.099 seconds
Powered by Kunena Forum