Layout productpage

  • Posts: 252
  • Thank you received: 3
12 years 6 months ago #49831

Can anyone tell me how to modify the productpage.
I don't won't to show the characteristics on the productpage
Show a bigger product picture
and show adding to my cart as a cartbutton.

Or are there any other special template available

Thanks in advance
Boudewijn

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
12 years 6 months ago #49848

Hello,

To add the " Add to cart " button, you can :

- go to "Hikashop -> system -> configuration -> Display"
- set the "Display 'Add to cart' button" field to YES

To show your product image even bigger you'll have to :

- go to "Hikashop -> system -> configuration -> Display"
- set the "Product page image width" and the "Product page image height" fields to a bigger dimension.

I think that if you want to add some fields with specific caracteristics of products that your customer want to buy you'll have to :

- go to "Hikashop -> Display -> Filters"
- Add and Set a new filter for every specific caracteristics of products that you want to add.

Hope this will help you a little.

Last edit: 12 years 6 months ago by Mohamed Thelji.

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

  • Posts: 252
  • Thank you received: 3
12 years 6 months ago #49891

thank you Mohamed,
I found it.
Except how to remove the filter on the product lay out.

I just want to show this on the right or left. But not on the product page.
The customer should only see and select the size or color they want to order.
Do you know how to do this?

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

  • Posts: 12953
  • Thank you received: 1778
12 years 6 months ago #49895

Hello Boudewijn,

Sorry I was wrong about the filter, It's "caracteristics" that allow you to create the dropdown at the product page. So I think that if you want your customer to just see and select a product regarding the color and size, you'll have to :

- go to your product page ("Hikashop -> Products -> 'Your product'")
- and delete in the "Caracteristics" tab the caracteritic that you don't want in your product.

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

  • Posts: 252
  • Thank you received: 3
12 years 6 months ago #50024

As I understand there are charactaristics which you can you for filters and charactaristics to select your size or color.
These last ones need to be on the productpage.
But the other whom to use for filtering I would like to hide/remove.
Do you now how to?

I also found out how to show the productcode on the productpage. But as we work with different sizes it show me the code from the child-product.
But I would like to see the productcode of the parentproduct.
And also have the text before that: Productcode

Last edit: 12 years 6 months ago by Boudewijn.

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

  • Posts: 82822
  • Thank you received: 13368
  • MODERATOR
12 years 6 months ago #50092

Characteristics will be displayed on the product page.
Then, you can create filters on these characteristics and the filters will be displayed on the products listings.

If you want to see only the product code of the parent, you should remove the product_code display code in the file "show" of the view "product" via the menu Display->Views:

<div id="hikashop_product_code_<?php echo $variant_name;?>" style="display:none;">
				<?php echo $variant->product_code;?>
			</div>

If you want to add text to the main product code display, you need to add it in the file "show_default" of the view "product" via the menu Display->Views.

The following user(s) said Thank You: Mohamed Thelji

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

  • Posts: 252
  • Thank you received: 3
12 years 6 months ago #50096

Hello Nicolas,
Where exactly do I need the place the code?
Is it in Configuration?
And how do I bring in the text? "Artikelnummer" before the productcode?


As for the Characteristics on the product page.
It look like in the file.
I think it is confusing for customers and it also gives a conflict in selecting the size.
For size I gave the product the correct size that is available.
And as we also have combination size (116-122 or XS/S) I gave the product a characteristic for filtering.

joomla25.dodowear.nl/index.php?option=co...pathway=2&Itemid=378
Perhaps is will help to see this.

Thank you, Boudewijn

Attachments:

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

  • Posts: 82822
  • Thank you received: 13368
  • MODERATOR
12 years 6 months ago #50155

What code ?
For the code I talked about in my previous message, I already indicated where to put it:

If you want to add text to the main product code display, you need to add it in the file "show_default" of the view "product" via the menu Display->Views.
Are you talking about something else ? Please explain more.

You're missing characteristics and Custom fields.
Characteristics are there so that the user can choose something.
In order to add attributes to products, you want to create a custom field of the table "product" via the menu Display->Custom fields. That will allow you to attribute information to products, and you will be able to attribute several values to a product if you use a multiple dropdown or checkboxes and them you will be able to display the information on the product page and potentially create filters on these custom fields.

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

  • Posts: 252
  • Thank you received: 3
12 years 6 months ago #50320

Hello Nicolas,
I'm completly lost on this product variatiens. I used to work with VM 1.1.9 which is connected to my p.o.s. for managing my stock based on parent-id's and child-products. So far I didn't have any problems on getting this working.

But I don't know why I don't see how to get it working. I probably looking the wrong direction
And now it looks like I'm messing up my product table as well. One off the product has been copied 100.000 times.

It shouldn't be so difficult?
I ask you to help me to set up a product with different sizes as a parent product and a child-product.
and get these multiplied products deleted from the product table.

I would be very thankfull for that.

O, Find out that the varianties table has also created a lot of products of this product. But you would probelably understand why

Last edit: 12 years 6 months ago by Boudewijn.

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

  • Posts: 82822
  • Thank you received: 13368
  • MODERATOR
12 years 6 months ago #50389

You need to have characteristics ONLY if you want to control the quantity based on that characteristic.

So in your products you should have only ONE characteristic so that the user can select it.
Then, when you add that characteristic to a product, you will have one variant generate per possible value of that characteristic and you will be able to set a stock for each one.

The other "information" fields that you want to display on your product page should be done with custom fields of the "product" table via the menu Display->Custom fields.

So first, please delete all the variants and characteristics of that product. Then, add that "Maat" characteristic to the product and set the stock for each variant of the product. Finally, create custom fields for the other product information and set them in the product edition page.

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

  • Posts: 252
  • Thank you received: 3
12 years 6 months ago #50729

Hello Nicolas,
Couldn't respond earlier on your note.
Thanks to your clear information everything is working the way it should be.
Thanks very much.

Boudewijn

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

Time to create page: 0.072 seconds
Powered by Kunena Forum