Advanced Search

Search Results (Searched for: )

30 Jan 2021 15:16

i can't access hikashop having error 1064

Category: Install & Update

the problem is caused by the MAP from reports

if i unpublished it, hikashop is working fine.

so what do i do to fix the map?

thanks
09 Feb 2021 06:43

how to display address on product custom fields

Category: Content Creation

-- HikaShop version -- : 4.3
-- Joomla version -- : 3.9.18
-- PHP version -- : 7
-- Error-message(debug-mod must be tuned on) -- : none

hi

i just need to add custom fields address including street and city to the product custom field but not successful

if i try to select table product and type is zone it doesnt work.

please help

thanks
11 Feb 2021 06:45

probem with drop down custom fields

Category: Content Creation

-- HikaShop version -- : 4.3
-- Joomla version -- : 3.9.18
-- PHP version -- : 7.0
-- Error-message(debug-mod must be tuned on) -- : none

hi

am trying to display mu custom fields in the front end.

i added it to product / listing_img_title and product show_tabular

i used
<?php echo 'Bathroom:'. $this->row->product_bathroom;?>

unfortunately i only get to display the value and not the title.

please advice thanks
11 Feb 2021 07:26

how to display address on product custom fields

Category: Content Creation

1. Where are you trying to display these custom fields ?
im trying to display this at the product listing and product details page
2. The custom fields of the table "product" will appear in the backend product edition interface, at the bottom.
all my other custom fields appear on the bottom except for the city field type is zone

3.Can you check that you see them there after you've created the fields ?
the zone custom fields doesn't appear on the back end only the label
4. If you want to have a custom field on the product details page on the frontend, then you need to create a custom field of the table "item" and not "product".
i tried this and it created an extra field to be filled up in the front end. i dont want this. i just want user to add an address where the item is located and display it on the product list and product detials view but it doesnt appear.

17 Feb 2021 08:39

how to add google maps per product

Category: Content Creation

-- HikaShop version -- : 4.4
-- Joomla version -- : 3.9
-- PHP version -- : 7
-- Error-message(debug-mod must be tuned on) -- : none

hi

how do i get to add google maps to my products?

also to search per product on the map and search per area?

thanks
19 Feb 2021 07:39

customizing my product edition page

Category: Product & Category Display

-- HikaShop version -- : 4.3
-- Joomla version -- : 3.9
-- PHP version -- : 7
-- Error-message(debug-mod must be tuned on) -- : none

hi

i want to customize my product edition page.

1. how to add handles or controls to the main product image so i can scroll it from there?

2. same thing with the small images under the main image how to make it scroll?

3. how do i change this hikashop_product_left_part hkc-md-6 to hkc-md-8? my main objective is to make the main image bigger. i already set Product page image (width x height) to 1000px X 550px but it remains same.

thanks

24 Feb 2021 16:12

how to upload video(mp4) files

Category: Content Creation

-- HikaShop version -- : 4.3
-- Joomla version -- : 3.9
-- PHP version -- : 7.23
-- Error-message(debug-mod must be tuned on) -- : none

hi

1. how can i upload videos or mp4 to display in the production edition page and product listing page?

2. how do i add a video using custom fields?

3. how do i add a gallery using custom fields?

i already tried to add it on images and files but its not working. on files it becomes downloadable and this is not what i want. i want to display the video

i also tried using custom fields wysiwyg but still not working

thanks

25 Feb 2021 06:04

Question on table switcher

Category: Content Creation

-- HikaShop version -- : 4.3
-- Joomla version -- : 3.8
-- PHP version -- : 7.2
-- Error-message(debug-mod must be tuned on) -- : none

hi

1.how do i make the default display for the table switcher list view and not the grid view?

2. if i were to replicate product listing > div >table switcher > list view on a new menu, which should i choose on the menu settings? table or list?
i tried table and list but cant replicate the list view generated by the table swithcer

thanks.


26 Feb 2021 06:50

upload multiple image in Custom field

Category: Product & Category Display

hi

has this been resolved?

i also would like to add multiple images to the custom fields ajax image.

thanks
01 Mar 2021 05:46

Question on table switcher

Category: Content Creation

thanks Philip

great response
01 Mar 2021 07:47

SEO and filters

Category: Filters & Search

-- HikaShop version -- : 4.3
-- Joomla version -- : 3.9
-- PHP version -- : 7.2
-- Error-message(debug-mod must be tuned on) -- : none

hi

how do i fix the filter results? to make it search engine friendly.

at the moment i have this when applying filters

site.net/properties-for-sale?limitstart=...m_7=filter_Bedroom_7

how to make if search engine friendly or readable?

thanks
02 Mar 2021 06:00

SEO and filters

Category: Filters & Search

1. how can i achieve filter urls similar to these site?

www.lamudi.co.id

as you change the filters the url changes to something similar to the filters.


2. how can i change search_filter to search_keyword or just keyword?

3. how can i add tags to the search filters?
02 Mar 2021 06:15

how to upload video(mp4) files

Category: Content Creation

thanks nic

this is very helpful
02 Mar 2021 06:21

how to display address on product custom fields

Category: Content Creation

i managed to fix this by using a prefix

region_country and region_state

thanks
02 Mar 2021 14:11

upload multiple image in Custom field

Category: Product & Category Display

hi nic

1.how do we make the images popup on the screen and not open on a new window?

thanks again
09 Mar 2021 17:16

joomlart template css override issue

Category: Install & Update

-- HikaShop version -- : 4.4.1
-- Joomla version -- : 3.8
-- PHP version -- : 7
-- Error-message(debug-mod must be tuned on) -- : none

hi

im using joomlart event template.

i am customising css and declaring it on frontend_custom.css unfortunately the template is not inhering the overrides.

what i did to make it work was to add my overrides in the template custom.css file.

i was just wondering why hikashop css overrides are not working.

BTW my template is BS4

thanks
16 Mar 2021 07:58

questions of custom fields

Category: Content Creation

-- HikaShop version -- : 4.3.0.0
-- Joomla version -- : 3.9
-- PHP version -- : 7
-- Error-message(debug-mod must be tuned on) -- : none

hi

im using custom fields to display a google map.

custom fields is wysiwyg, this is working fine.

my problem is displaying the map on a different location of the page.
im using this code to call the map on the view product show_default
<?php echo '<div class="custom_field_bottom"><i class="fas fa-map-marker-alt fa-lg"></i> Amenities </div>'. $this->row->map; ?>

i don't want to display the map custom field on the right part. i want it on the bottom part.

Can you kindly give me the code to get the wysiwyg editor custom field and not just the content of the field?

thanks
16 Mar 2021 16:53

questions of custom fields

Category: Content Creation

hi nic

thanks for the quick reply and sorry forgot the ss.

Please see attached it.


This is the custom field configuration


This is the url of the page affcon.net
As you can see google map is working fine but It is displayed on the right side of the page. i want it to appear below and not on the right. i used php but the result is not the map but the code plugin



this is another ss



This is hikashop config
21 Mar 2021 16:20

does hikashop have google maps?

Category: Content Creation

-- HikaShop version -- : 4.4.1
-- Joomla version -- : 3.9
-- PHP version -- : 7.2
-- Error-message(debug-mod must be tuned on) -- : none

hi

does hikashop have google maps?

i mean for tracking or any google map with directions?

i saw HikaShop geolocation plugin, what is this for?

any product with google maps?

thanks
22 Mar 2021 06:02

iframe not working on custom fields

Category: Install & Update

-- HikaShop version -- : 4.4.1
-- Joomla version -- : 3.9
-- PHP version -- : 7.2
-- Error-message(debug-mod must be tuned on) -- : none

hi

i have custom fields and used wysiwyg type. i also set input filtering to no

but my iframe is still not working.

please note it works with articles and modules
Displaying 441 - 460 out of 490 results.
Time to create page: 1.461 seconds
Powered by Kunena Forum