Display Variants for Backend Orders

  • Posts: 29
  • Thank you received: 0
11 years 3 months ago #117231

-- url of the page with the problem -- : n/a
-- HikaShop version -- : 2.2.0
-- Joomla version -- : 2.5.14
-- PHP version -- : 5.3.18
-- Browser(s) name and version -- : n/a
-- Error-message(debug-mod must be tuned on) -- : n/a

Hi,

In HikaShop Business how do we display product variants for selection when creating Orders in the back end? The Products are listed but the variants are not. All products are files for download. Each product has two variants. The order administrator can create an order based on the main product. However, without the variant that defines which file the user can download, the order confirmation email message does not display a download link.

Other: Does not matter whether All sub elements or Direct sub elements are displayed.

Thank you!

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #117297

Hi,

Thanks for your feedback, we just fixed it, you'll just have to edit the file "YOUR WEBSITE\administrator\components\com_hikashop\views\product\tmpl\selection.php", and add these lines :

<td nowrap="nowrap">
<?php echo $this->productType->display('filter_product_type',$this->pageInfo->filter->filter_product_type); ?>
</td>
after these lines :
<td width="100%">
<?php echo JText::_('FILTER');?>:
<input type="text" id="hikashop_product_search" name="search" value="<?php echo $this->escape($this->pageInfo->search);?>" class="text_area" onchange="this.form.submit();" />
<button class="btn" onclick="this.form.submit();"><?php echo JText::_('GO'); ?></button>
<button class="btn" onclick="document.getElementById('hikashop_product_search').value='';this.form.submit();"><?php echo JText::_('RESET');?></button>
</td>

EDIT

You'll need more modifications to do that so you should just download the last package of Hikashop and install it.

Last edit: 11 years 3 months ago by Mohamed Thelji.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #117349

After some tests we found out that the modifications needed to do that were a little bigger, so can you just download the last package of Hikashop and Install it ? Then you should be able to add variants through your back-end :).

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

  • Posts: 29
  • Thank you received: 0
11 years 3 months ago #117360

Dear Mohamed,

Thank you so much. This will be very helpful. :)

Take care.

Last edit: 11 years 3 months ago by reddeer. Reason: spelled name wrong

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

  • Posts: 29
  • Thank you received: 0
11 years 3 months ago #117380

Hi Mohamed,

I downloaded com_hikashop_business_2.2.0_2013-08-05.zip and installed it. I still do not see the variants for the products when I create an order from the administrative backend of Joomla.

Here's my process:

Components-->HikaShop-->Orders-->New
From Product list, select folder icon at right
At left from Explorer-->Root-->Product category-->MySpecificProductCategory

On the right, with either Products/Direc sub elements or Products/All sub elements, I can see only the main product. I cannot see the product variants.

Am I doing something wrong?

Thanks!

Last edit: 11 years 3 months ago by reddeer. Reason: typo

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

  • Posts: 82730
  • Thank you received: 13343
  • MODERATOR
11 years 3 months ago #117384

Hi,

On the top right of the products listing popup, there is a new dropdown where you can select the type of display: products only, variants only, or both.

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

  • Posts: 29
  • Thank you received: 0
11 years 3 months ago #117389

Duh-oh. Sorry.

Nicolas, you one of my favorite people in the world today. Thank you very much.

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

Time to create page: 0.080 seconds
Powered by Kunena Forum