Questions-HikaShop Business 2.6.3

  • Posts: 20
  • Thank you received: 0
9 years 3 months ago #242809

Hello,
1) Under the category all products, I pressed the ''group by category'' but nothing happens
I want my products to be shown like categories e.g. demo.hikashop.com/index.php/en/hikashop/...th-category-grouping
2) How do I create filters (for price + display number of products)
3) When I am in the homepage (using desktop pc) Account, Cart and Search buttons disappear. Why is that? www.pisfitness.com/new
4) ''Learn More'' link under products..is there a way to do it a button? and centered?
pisfitness.com/new/index.php/allproducts
5) next to the price of a product how do I put a short description? For example next to ''139 euro'' pisfitness.com/new/index.php/allproducts...7-lebert-srt-barbell

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

  • Posts: 20
  • Thank you received: 0
9 years 3 months ago #242829

6) Is there an Ajax search button to put for my shop?when I search, only to show the products of my shop

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #242818

Hi,

1. Edit your menu item via the Joomla menu manager and make sure that the change the "sub element filter" setting there.
The one in the Hikashop configuration is only the default one for when you create new menu items.

2. You can do that via the "new" button of the menu Display>Filters. Here is the documentation page:
www.hikashop.com/support/documentation/1...-filter-listing.html

3. No idea. This is part of your Joomla template. You need to contact the support of your Joomla template for help on this one.

4. That's also something done by your tempalte.
Edit the file "listing_img_title" of the "product" view view the menu Display>Views and add the attribute class="uk-button" to the read more link. I invite you to contact your template provider so that they can add that to the template by default.

5. First, you want to create a custom field of the table "product" via the menu Display>Custom fields so that you can add your description in there in the products. Then, you'll have to edit the file "show_default" via the menu Display>Views and add custom code there to display the custom field content where you want:
<?php echo $this->element->XXX; ?>
where XXX is the column name of your custom product field.

6. You'll find some ajax search modules compatible with the search system of Joomla and thus with the search plugins of HikaShop on the Joomla Extensions Directory in order to do that.

Last edit: 9 years 3 months ago by nicolas.

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

  • Posts: 20
  • Thank you received: 0
9 years 3 months ago #242938

For 1) Am I doing something wrong?
See the attachements
pisfitness.com/new/index.php/allproducts
For 4) How do I add class? This is my code: <a href="<?php echo $link;?>"><?php echo JText::_('Learn more'); ?></a>
For 5) What custom field shall I create?I don't know how to do this.
For 6) any suggestions?I can't find one

Attachments:
Last edit: 9 years 3 months ago by giannarosp.

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #242940

Hi,

1. Please change the menu item type to a products listing, not a categories listing.

4. Like that:
<a class="uk-button" href="<?php echo $link;?>"><?php echo JText::_('Learn more'); ?></a>

5. As I said, you want to create a custom field of the table "product". The tpye depends on how you want to use it. You could use "text", or "textarea" for example.

6. I know about this one:
extensions.joomla.org/extension/universal-ajax-live-search

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

  • Posts: 20
  • Thank you received: 0
9 years 3 months ago #243323

Thank you,
some more...
1) pisfitness.com/new/index.php/allproducts (change the colour and size of categories title shown) picture 1
2) change the products margin..
3) I want the euro sign at the front not at the back..

Attachments:

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #243335

Hi,

1. You can use CSS for that:
www.hikashop.com/support/documentation/1...ize-the-display.html

2. There is a "margin setting under the "products options" tab of your menu item settings page for that.

3. Edit your currency via the menu System>Currencies and change its settings.

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

  • Posts: 20
  • Thank you received: 0
9 years 2 months ago #243991

Hello,
I tried editing the CSS code but nothing happens. (tried changing title category font/color and size pisfitness.com/new/index.php/allproducts )
Gantry doesn't let me

GANTRY5 DEVELOPMENT MODE ENABLED.

WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 2 months ago #244001

Hi,

Three things to take into account:
1. Some Joomla templates or plugins cache/compress the CSS of your website pages. So even when you do changes, you might not see them. So you need to turn off or clear their cache/CSS compression systesm.
2. The CSS of HikaShop is loaded before the CSS of the template. So if you have the CSS of the template acting on the same elements with the same CSS properties, the template ones will be prevalent. You can use the !important CSS trick in your CSS to force your CSS to override the CSS of the template in such cases.
3. Sometimes the CSS of the template also uses the !important CSS trick so you can't even use the solution from point 2. In that case, you need to talk with your template provider so that they can guide you.
Note that the CSS you add in HikaShop can also be added in your template, it will work there too.

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

  • Posts: 20
  • Thank you received: 0
9 years 2 months ago #244309

Hello,
thank you.

Another question
pisfitness.com/new/index.php/allproducts...-lebert-buddy-system

How do I align the cart button to be exactly at the same height with the above?

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
9 years 2 months ago #244323

Hi,

I'm not sure to understand correctly what you are looking for, but thanks to the tutorial given in a previous post by Nicolas you should be able to solve your layout issue.

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

  • Posts: 20
  • Thank you received: 0
9 years 2 months ago #244423

Hello,
I want the ''cart button'' to be at the same height (align left) with the ''choose lebert etc'' buttons

Attachments:

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

  • Posts: 20
  • Thank you received: 0
9 years 2 months ago #244434

Also another thing.
I don't want the zoom.
How do I remove it?
pisfitness.com/new/index.php/allproducts/product/458-kitlock

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

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
9 years 2 months ago #244431

Hello,

You can custom your display by using some Css code in order I think here, remove your left-margin.

Just use/modify your Css code, for customize your page via your Css,
have a look on this link, here .

Note : I advice you to edit your Css file at the end, later that will be easier to find and correct it.

To learn more about Css code and their properties, I invite you to read this source, here .

This zoom is a feature from your template, so I can't really tell you how to process to disable it... I can invite you to contact your template creator.

Hope that will help you.

Regards,

Last edit: 9 years 2 months ago by Philip.

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

  • Posts: 20
  • Thank you received: 0
9 years 2 months ago #244493

Thank you,
another question.. If i want to have free shipping only to my country how do I do that?
Thank you

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

  • Posts: 26275
  • Thank you received: 4045
  • MODERATOR
9 years 2 months ago #244495

Hi,

You have to use a zone restriction on your shipping methods.

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: 20
  • Thank you received: 0
9 years 2 months ago #244569

Thank you,
another question..
I use boostrap..is there any way to use radio buttons instead of buttons in checkout??

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

  • Posts: 26275
  • Thank you received: 4045
  • MODERATOR
9 years 2 months ago #244570

Hi,

You can perform view overrides if you want to change the look & feel of the interfaces.
It will be the easier and you will be sure that you'll keep your design with updates.
www.hikashop.com/support/documentation/1...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: 20
  • Thank you received: 0
9 years 2 months ago #245326

Hello,
another question..
I added a discount to ''EDUCATION'' category and
1) it does not show a crossed price
2) there is no menu ''Display->Content menus/modules'' on my hikashop

Attachments:

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 2 months ago #245338

Hi,

The crossed price will only show if:
- you've configured your menu item/module to display discounted prices with the original price.
That option was indeed located in the ''Display->Content menus/modules'' in old versions of HikaShop or on Joomla 1.5/2.5.
However, it is now located directly under the products/HikaShop options tab of your menu item/module when you edit it via the Joomla menu/module manager.
- the discount is actually configured to apply to the products.
You have two issues in your screenshot which could lead to the discount not displaying: the start date of the discount is in the future; Your discount is not linked to the education category but to 4 products. So maybe you're looking at others products than those four products.

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

Time to create page: 0.102 seconds
Powered by Kunena Forum