Simple order

  • Posts: 35
  • Thank you received: 0
11 years 8 months ago #89922

Hi,
I would like to first apologize for my English, but I hope I make myself clear.

I am looking for a solution that would allow me to create a module responsible for quick ordering products.

It should look something like the search module, where I typed name/code of products and add it to the client order.

Do Hikashop have this opportunitie? If not, how can I do it?

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

  • Posts: 13201
  • Thank you received: 2322
11 years 8 months ago #89978

Hi,

The fastest way is to create filters applied on name and product code, then create a module with the type HikaShop filter, and when a search is done the result is a listing of products.
In this listing the user can click on "add to cart" and there is an option to redirect to the checkout directly after clicking on the "add to cart" button.

The following user(s) said Thank You: Soko?owski

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

  • Posts: 35
  • Thank you received: 0
11 years 8 months ago #92682

Thx for solution,

1. It is nice solution, but then client cant choose amount of product.

2. How can I do: Prices with VAT appear for not logged users, and the prices without VAT for registered users.

3.The product can be in 3 different colors, so I choose in the settings three product characteristics eg: white, black and blue. So on the frontpage I have 3 radio buttons with text: white black and blue. Can i change the radio buttons for the pictures of these colors?

Last edit: 11 years 8 months ago by Soko?owski.

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

  • Posts: 82760
  • Thank you received: 13346
  • MODERATOR
11 years 8 months ago #92998

Hi,

1. Why would that be ? The add to cart buttons on listings don't have a quantity box by default but that can be added:
www.hikashop.com/en/forum/4-how-to/24521...t-listing.html#24537

2. You would have to restrict your tax rules per access level (Business edition) when you edit them via the menu System->Taxation.

3. Everything is possible. The simple way is to enter the html code of your images in the values of the characteristic.

The following user(s) said Thank You: Soko?owski

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

  • Posts: 35
  • Thank you received: 0
11 years 7 months ago #93782

Thx for the attention!

3. I try use solution from this post: www.hikashop.com/en/forum/4-how-to/71540...ges-to-variants.html

I've added the line ZIELONY="<img src=' www.matogrosso.pl/media/com_hikashop/ima...zielony.png'alt='img zielony'/>zielony"

My characteristic name is "zielony".

But it still does not work. Maybe I made a a silly mistake?

Last edit: 11 years 7 months ago by Soko?owski.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 7 months ago #93896

Hi,

You have to enter the image code in HikaShop > Products > Characteristics, in the values of your characteristic.

The following user(s) said Thank You: Soko?owski

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

  • Posts: 35
  • Thank you received: 0
11 years 6 months ago #101815

nicolas wrote: Hi,

1. Why would that be ? The add to cart buttons on listings don't have a quantity box by default but that can be added:
www.hikashop.com/en/forum/4-how-to/24521...t-listing.html#24537

nicolas wrote: You can edit the file listing_img_title of the view product via the menu Display->Views and add the code:
$this->params->set('show_quantity_field', 1);
at the beginning after the first <?php tag.


Dont work.

I'll try to illustrate my problem. Here you have two pictures:


"Yes" is the version which i try create. "No" is the version to which I'm close.

So, my "NO" version:

By the way, when I use the "filter", it does not filter in this table, just open a new page with layout "div" and finds the category despite the fact that it is set on product_code

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

  • Posts: 82760
  • Thank you received: 13346
  • MODERATOR
11 years 6 months ago #102070

1.
Variants of products cannot be displayed on product listings.
If you want to have different product lines for different variants of a product, you should actually create different products.
You would then see them directly on the products listing.

2.
Add to cart buttons cannot be displayed on listings for products with variants. If you follow my point 1, you will get the add to cart button for all the products on your products listing.

3. If the filter doesn't work, it means that you didn't configure the filter module properly. Please make sure that you entered the id of your products listing in the filter module with the force redirect option turned off.

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

Time to create page: 0.085 seconds
Powered by Kunena Forum