Advanced Search

Search Results (Searched for: )

26 May 2016 13:58

how to disable fields on the front end

Category: Market: How to?

great!

1. how can i control custom fields on the front end? example vendor 1 can view but not edit the field bank address while vendor premium can view and edit the custom field in the front.

i tried the ACL function but its for viewing only. if i uncheck vendor 1 he can view and edit.

2. also you have an option on the product listing menu for Custom item fields. it say Inherit, Yes, No. but even if a click on No it still appears.
what to do?

thanks as always
27 May 2016 12:19

how to disable fields on the front end

Category: Market: How to?

thank you for answering no 1 question.

what about no 2. i can not get it to work.

2. also you have an option on the product listing menu for Custom item fields. it say Inherit, Yes, No. but even if a click on No it still appears.
what to do?


example on menu 1 i want custom fields to display but not on menu 2. So i configure the menu for custom fields to NO but the custom fields still appear.

thanks
28 May 2016 06:39

how to disable fields on the front end?

Category: Product & Category Display

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5
-- Error-message(debug-mod must be tuned on) -- : none

moving this from hikamarket

2.also you have an option on the product listing menu for Custom item fields. it say Inherit, Yes, No. but even if a click on No it still appears.
what to do?

example on menu 1 i want custom fields to display but not on menu 2. So i configure the menu for custom fields to NO but the custom fields still appear.


thanks again
28 May 2016 07:44

how to display products and filters on search mod?

Category: How to?

Hi,

1. There should be a filter button unless you turned it off in the HikaShop filter module settings.

2. Sure. Create a category filter via the menu Display>Filters and select it in your HikaShop filter module.

3. That's what it should do by default.

4. The search box has no width fixed. So it must be fixed by the CSS of your template.


1. yup there is a filter button but no search button. how can i add a search button or a search logo?

2. the filter button is always outside the field set even if i configure it inside, i already change it to the default template and still same. how to mode its location?
29 May 2016 07:57

how to disable fields on the front end?

Category: Product & Category Display

hi again please check the settings

the settings for the custom fields


settings for the menu



Part of the message is hidden for the guests. Please log in or register to see it.
30 May 2016 06:17

how to configure filters on product listing

Category: Product & Category Display

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5
-- Error-message(debug-mod must be tuned on) -- : none

hi

the product listing view has filters that appear. how do i configure this? i can configure filters using the modules but i don't know where the configuration for the filters on the product listing.

the filter came up when i set Display filters on product listing to Yes. As you can see there are two search boxs appearing, can i retain the search module on top and remove the one on the product listing?

by the way all filters have categories set to product category.

thanks
30 May 2016 22:01
31 May 2016 18:31

how to disable fields on the front end?

Category: Product & Category Display

Can you try to set "Front-end Listing" to "No" in your custom field back end configuration like on this screenshot :


yup that setting is working but it won't solve my problem. i need some custom fields to appear on the menu. if i disable the custom link on the front end listing it wont appear on the listings menu

can we fix this bug? i need this function.

By the way it doesnt work on modules as well...

thanks
01 Jun 2016 13:05
03 Jun 2016 14:02

how to disable fields on the front end?

Category: Product & Category Display

do we have an ETA for this?

also how do i achieve your recommendation using css? css for modules? css for menus? if i add for example

dl.hikashop_product_custom_code {display:none !important;} to the css then all custom fields with this will not appear.

thanks
04 Jun 2016 07:20

Problems with thumbnails

Category: Install & Update

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5
-- Error-message(debug-mod must be tuned on) -- : none

hi

im having problems with thumbnail sizes. i resized the thumbnail images and reuploaded the images but the new resized images is not taking effect. I went to the backend and deleted the corresponding images but it still doesnt work.

The only remedy is to create a new product with a different name. What to do?

thanks
05 Jun 2016 09:21

how to disable fields on the front end?

Category: Product & Category Display

thank you but the only thing displayed is the value of the row with out the label.

this is the code i used

global $Itemid;
if($Itemid==1697){echo $this->row->custom_price;}

if i use this nothing happends

global $Itemid;
if($Itemid==1697){echo $this->row->hikashop_product_custom_fob_price_line;}

what code should i use to include the label?

thanks
05 Jun 2016 16:26

how to make a product grid view

Category: Product & Category Display

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5
-- Error-message(debug-mod must be tuned on) -- : none

hi i want to implement a grid view for my products listing. I used DIV then image and title for the layout. i found the thread below

www.hikashop.com/forum/product-category-...in-list-or-grid.html

i cant get it to work. the page is blank.

Please help. thanks
05 Jun 2016 18:48

Problems with thumbnails

Category: Install & Update

please take a look the size is not the same. i conifgured the menu, product listing then layout to 300 X 300. The old photos did not change so i uploaded a new one. it did not change.

please see attachment
06 Jun 2016 07:50

how to make a product grid view

Category: Product & Category Display

Sory, i think i was not clear.
let me explain. As seen on the thread i want to implement list view to grid view 2 columns and grid view 3 columns that can be selected by the user on the front end. I am currently using product list div single column title and description layout. How can i achieve this?

I tried the solution included in the other thread but cant get it to work. Any solutions? The thread i tried to follow is in my initial inquiry.

here is the example i want to achieve





Thanks
06 Jun 2016 10:58

Problems with thumbnails

Category: Install & Update

Please see my reply


Part of the message is hidden for the guests. Please log in or register to see it.


BTW

i'd like to confirm that i can delete all folders in images/com_hikashop/upload/thumbnails. There are a lot of folders i just want to make sure.
07 Jun 2016 18:46

how to make a product grid view

Category: Product & Category Display

this is the link


Part of the message is hidden for the guests. Please log in or register to see it.


this is the code

<?php global $Itemid;
if($Itemid==1697){ ?>
<a href="index.php?option=com_hikashop&view=product&layout=listing">grid</a>
<?php else{ ?>
<a href="index.php?option=com_hikashop&view=product&layout=listing">list</a>
<?php } ?>

both layouts are "image and description" so i guess it would be better to use the SEO links.

i edited the file listing_img_desc i added the link right after this code

if(!empty($this->row->extraData->top)) { echo implode("\r\n",$this->row->extraData->top); }
?>

well the page is no longer blank. But i dont see the anchor links.

debug is on and error reporting is set to max . this is the error but i dont think it is related.
Notice: Undefined property: stdClass::$hikashop_product_custom_fob_price_line in /home/..../public_html/templates/.../html/com_hikashop/product/listing_img_desc.php on line 168
thanks
07 Jun 2016 18:51

Problems with thumbnails

Category: Install & Update

thanks

what about this question?

'd like to confirm that i can delete all folders in images/com_hikashop/upload/thumbnails. There are a lot of folders i just want to make sure.


can i delete all files there?
08 Jun 2016 21:20

Problems with thumbnails

Category: Install & Update

thanks again

Can you tell me where all the css files are?

for hikashop, not for the custom css file for my template.

i need to make overrides

thanks again
10 Jun 2016 07:56

how to add a readmore?

Category: Product & Category Display

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5
-- Error-message(debug-mod must be tuned on) -- : none

how do i add a readmore button or link to all descriptions for product and category after 100 or less characters?

thanks
Displaying 41 - 60 out of 490 results.
Time to create page: 0.906 seconds
Powered by Kunena Forum