Store Display has duplicates of everything

  • Posts: 30
  • Thank you received: 0
10 years 9 months ago #166242

-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.3.1
-- PHP version -- : 5.3.19

I'm guessing there's a parameter/switch to turn this off but I can't find it anywhere and I've spent hours and hours looking!

I two categories, one has 2 products (2 books) and the other has one product (t-shirt).

When I go to the store page the two books are displayed and then the t-shirt, then the page counter and then the whole thing over again. (see attached image)

I'm guessing the 2nd row is some sort of category display but I have no idea where its generated from or how to turn it off.

Please help!


Attachments:

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

  • Posts: 26232
  • Thank you received: 4035
  • MODERATOR
10 years 9 months ago #166243

Hi,

Without a link to your website it's difficult to say.
But it looks like you use the same listing module twice.

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: 30
  • Thank you received: 0
10 years 9 months ago #166396

The site is offline so a link to the site wouldn't do much good.

I haven't willingly/knowingly used any listing module... this is pretty much a default configuration.

Where is this listing module configured from?

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

  • Posts: 26232
  • Thank you received: 4035
  • MODERATOR
10 years 9 months ago #166397

Hi,

For the modules :
HikaShop > Display > Content modules

For the menus :
HikaShop > Display > Content menus

If you want to find which module is displayed in the page, the best is to read the content of the generated HTML in order to find the ID.
With a bloc like (module with id 104)

<div id="hikashop_module_104" class="hikashop_module ">
More about reading HTML content of the page :
www.hikashop.com/support/support/documen...ize-the-display.html

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: 30
  • Thank you received: 0
10 years 9 months ago #166509

There are two modules being displayed but I can't tell where they're being pulled from:

<!-- Top row -->
<div id="hikashop_category_information_menu_125" class="hikashop_category_information hikashop_products_listing_main">
	<div class="hikashop_products_listing">
	<div class="hikashop_products">
			<div class="hikashop_product hikashop_product_column_1 hikashop_product_row_1" style="width:32%;">
				<div class="hikashop_container">
					<div class="hikashop_subcontainer thumbnail">

The second row of product listings:
<!-- Second Row -->
<div class="hikashop_submodules" style="clear:both">
<div id="hikashop_module_99" class="hikashop_module ">
<div id="hikashop_category_information_module_99" class="hikashop_category_information hikashop_products_listing_main">
	<div class="hikashop_products_listing">
	<div class="hikashop_products">
	<div class="hikashop_product hikashop_product_column_1 hikashop_product_row_1" style="width:32%;">






Attachments:

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

  • Posts: 26232
  • Thank you received: 4035
  • MODERATOR
10 years 9 months ago #166512

Hi,

Please edit your menu with the id 125 (in the Display > Content menu section) and remove the associated module 99.
You're displaying a product listing menu with a product listing module which are listing the same content.

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: 30
  • Thank you received: 0
10 years 8 months ago #167464

Took quite a bit of effort to figure out exactly how to do that but finally did and the duplicates are gone!!!
(For the record, even those the associated module was selected, it was NOT published nor assigned to any menu so I virtue of those two settings I would not have expected it to display anything - especially the 'non published' part - see attached!)

BUT!!!!

Now it's only displaying one category... books! I have another category called 'accessories' and it has two items (t-shirt and poster) and neither of those are showing up.

The associated module (99) was displaying everything but the menu (125) only displays books.

What's next?

Attachments:
Last edit: 10 years 8 months ago by ppetree. Reason: add image description

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

  • Posts: 26232
  • Thank you received: 4035
  • MODERATOR
10 years 8 months ago #167466

Hi,

Without more details about the menu configuration, it will still impossible to help you and understand something.
Please take a look at our tutorial page which explain the basic of the product and category listing.
www.hikashop.com/support/support/documen...splay-front-end.html

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: 846
  • Thank you received: 92
10 years 8 months ago #169507

Hi
Does the issue is resolve ?
i have the same problem see my post duplicate product item with module attach to menu .

for disable SUB MODULE set for sub module field MENU = none

see menu label in the end of this capture screen




here before after setting and ll ll be ok



@ppetree
does this resolve your issue ?

regard's

Attachments:
Last edit: 10 years 8 months ago by lionel75.

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

  • Posts: 30
  • Thank you received: 0
10 years 8 months ago #169620

No. Not resolved. Well.. not really true. It was resolved in the sense that some of the instructions did get rid of the duplicate display but it also got rid of displaying inventory from multiple categories... I have books and accessories (t-shirts, coffee mugs etc.). If they're all in one category it displays fine. Having a category for books, one for clothing, one for accessories doesn't work as only the book category gets displayed.

Whomever was responding to me acted like it was my fault but this was a clean, fresh install and all I did was follow the instructions (although they're not very clear).

Not sure whether I'll find another tool or not... right now its sitting dormant.

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

  • Posts: 83749
  • Thank you received: 13553
  • MODERATOR
10 years 8 months ago #169625

Hi,

When you install HikaShop for the first time, you get a wizard screen with a interface to activate the products/categories listing. This preconfigure your listings and it will work without changing anything else.
If you didn't use the wizard, the preconfigured listings can still be activated via the Joomla menu manager by just moving them from the hikashop default menus to your main menu. Again, it doesn't require to change anything and it will work.
But then yes, if you create your own menu items, you need to have its options configured properly so that it displays what you want how you want. And it seems that you directly went with this solution which is the most complex. (maybe you want to try to just use the default menus which are already configured correctly ?)

Also, we can help you and provide precise instructions as to what to do in order to fix the settings of your menu but as we asked before, we would need a link to the page to be able to tell you exactly what option to change for which menu/module and you didn't provide any so far...

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

Time to create page: 0.178 seconds
Powered by Kunena Forum