HikaShop 2.0 beta

  • Posts: 81642
  • Thank you received: 13088
  • MODERATOR
11 years 6 months ago #73556

Hi,

I totally understand what you want Ch3vr0n and as I said, not only will it be possible with 2.0 but it's already possible in 1.6 and even in previous versions of HikaShop:
- create a new unpublished category called for example "my field".
- add that category as second category to the products where you want your field.
- create your custom item field and restrict it to that "my field" category.

Now please get back on topic: This thread is about reporting issues on the 2.0 beta, not about features explanation or features requests.

Last edit: 11 years 6 months ago by nicolas.
The topic has been locked.
  • Posts: 107
  • Thank you received: 3
11 years 6 months ago #73588

Hi, I could test the beta in 2.5 but I'm using the business edition. Please, notice me on this thread when it will be available.

Thanks.

The topic has been locked.
  • Posts: 259
  • Thank you received: 10
11 years 6 months ago #73590

waiting on the business edition too, in the mean time im testing out the starter to check for bugs. So far so good in the latest package.

The topic has been locked.
  • Posts: 81642
  • Thank you received: 13088
  • MODERATOR
11 years 6 months ago #73591

If you want to test the Business edition, please send a contact request via our contact form regarding that with the username/email address with which you bought the Business edition and we'll provide it. Note that this is still a beta version and as you could see, their might be crashes here and there, so I would recommend to update it on a copy of live websites and not directly on them.

The topic has been locked.
  • Posts: 441
  • Thank you received: 24
11 years 6 months ago #73732

This new version would be compatible with joomla 2.5 too? i dont want to actualize my version to 3.0 yet, and in that case would it be responsible too in 2.5?

The topic has been locked.
  • Posts: 81642
  • Thank you received: 13088
  • MODERATOR
11 years 6 months ago #73762

HikaShop 2.0 is compatible with Joomla 1.5, 2.5 and 3.0. We're hoping for feedbacks on 1.5 and 2.5 too by the way ;)

The topic has been locked.
  • Posts: 11
  • Thank you received: 2
11 years 6 months ago #73941

I've bought the Business version last December. Will I be able to get full working 2.0 Business before December 2012 or I will have to pay for it because the final release will be done later?

If you can email me with beta business it would be nice.

Cheers

The topic has been locked.
  • Posts: 81642
  • Thank you received: 13088
  • MODERATOR
11 years 6 months ago #73944

The final release will be done at the beginning of November.

For the beta of the Business edition, please send a request via our contact form as already explained:
www.hikashop.com/en/contact-us.html

The following user(s) said Thank You: protorob
The topic has been locked.
  • Posts: 11
  • Thank you received: 2
11 years 6 months ago #73945

good to hear :) message sent. thx

The topic has been locked.
  • Posts: 14
  • Thank you received: 0
11 years 6 months ago #73969

Hello
Joomla 3.0.1 Stable
Switched on modules aren't displayed
Modules ID: 87-91,94,95,97-99
Associated products listing for category listing menu 102
Associated products listing for category listing menu 103
Associated products listing for manufacturer listing menu 106
Random products
Recently viewed
Best sellers
Latest products
Best evaluated
Related products
HikaShop Content Module

If the categories not created, modules not displayed.
This problem solved

Last edit: 11 years 6 months ago by vadim.
The topic has been locked.
  • Posts: 259
  • Thank you received: 10
11 years 6 months ago #73970

don't think it's the module ID's they need. Those are different for each joomla installation afaik. It's best to give the names

The topic has been locked.
  • Posts: 81642
  • Thank you received: 13088
  • MODERATOR
11 years 6 months ago #73977

Someone else is having the problem ?

On our end, by just publishing the modules, they appear on the front end properly so we couldn't reproduce the issue.

Which version of Joomla are you using vadim ?

The topic has been locked.
  • Posts: 14
  • Thank you received: 0
11 years 6 months ago #74130

When you click on a menu item "Category listing" displays the error.
Link: /index.php?option=com_hikashop&view=category&layout=listing&Itemid=114

Notice: Undefined index: number_of_products in R:\home\joomla30\www\components\com_hikashop\views\category\view.html.php on line 276
Notice: Undefined index: only_if_products in R:\home\joomla30\www\components\com_hikashop\views\category\view.html.php on line 281

Attachments:
The topic has been locked.
  • Posts: 14
  • Thank you received: 0
11 years 6 months ago #74142

Non-standard button layout
/administrator/index.php?option=com_hikashop&ctrl=product
/administrator/index.php?option=com_hikashop&ctrl=product&task=edit&cid[]=1
/administrator/index.php?option=com_hikashop&ctrl=modules&task=edit&cid[]=104
Is standard button layout
/administrator/index.php?option=com_content&view=articles
/administrator/index.php?option=com_content&view=article&layout=edit&id=1

Buttons New and Apply in the first position.
If the standard for you, then the matter is closed.

Last edit: 11 years 6 months ago by vadim.
The topic has been locked.
  • Posts: 81642
  • Thank you received: 13088
  • MODERATOR
11 years 6 months ago #74170

We've fixed the warnings on the number_of_products and only_if_products variables on our end.

What do you mean by standard/non standard buttons ? It look standard to me as far as I can see.

The topic has been locked.
  • Posts: 14
  • Thank you received: 0
11 years 6 months ago #74244

Do not show 0 in an empty basket.
Setting HikaShop Cart Module:
Overriding the message of the empty basket - 0

The proposed solutions:
\components\com_hikashop\views\product\tmpl\cart.php
string 29
if(empty($desc) && $desc != '0'){
$this->params->set('msg',$emptyText);
}
string 43
if(!empty($desc) || $desc == '0'){
echo $this->notice_html; ?>
<div id="hikashop_cart" class="hikashop_cart">
<?php echo $desc; ?>
</div>
<div class="clear_both"></div>
<?php
}

The topic has been locked.
  • Posts: 14
  • Thank you received: 0
11 years 6 months ago #74256

HikaShop Cart Module

The change does not affect the properties of the form Cart Module.
I want to make my sketch with the number.
Empty cart - 0
With goods - the number in the cart

Attachments:
The topic has been locked.
  • Posts: 81642
  • Thank you received: 13088
  • MODERATOR
11 years 6 months ago #74282

The final release of HikaShop 2.0 has been done.

Thanks to everyone who tested it.

We will now lock this thread. For further issues report with 2.0 please open new threads.

@vadim this is not related to the beta but customization of views. As this thread is going to be locked please open a new thread with your issue and give more information on what you want to do.

The following user(s) said Thank You: Jerome
The topic has been locked.
Time to create page: 0.112 seconds
Powered by Kunena Forum