Advanced Search

Search Results (Searched for: )

01 Nov 2016 14:47

my forum post is gone

Category: How to?

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

hi

what happened to my forum posts? its all gone. only 2 were left

thanks
05 Nov 2016 10:49

problems with automatic validation

Category: HikaMarket

thank you that resolved it but how about the vendor page?

it doesnt display the any information about the vendor except for modules and votes
06 Nov 2016 08:41

vendor sef url question

Category: HikaMarket

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

hi

i made a module named HikaMarket Module Content display for HikaMarket for vendors. my issue is when i hover on the vendors the url is being displayed as

myurl.com/component/hikamarket/vendor/sh...ucts-inc?Itemid=3201

i already have a menu link for this but there is no option to select a menu like the others modules.

what to do ?

thanks
09 Nov 2016 07:31

where is hikashop_previous_product

Category: Product & Category Display

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

hi acn you tell me where is hikashop_previous_product and hikashop_next_product. i would like to add text to it. something like go back and next page

thanks
09 Nov 2016 08:03

manipulate search

Category: Filters & Search

thank you

lets go with the easier one.

already so onBeforeCategoryListingLoad(&$filters).

is there a guideline on how to do this safely? which file and where is the file asociated with this? any samples where i can start?

thanks so much
11 Nov 2016 05:37

how to customize image upload

Category: Market: How to?

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

hi

1. how can i change the icon for the image upload

2. how can i change the folder for the image upload. if you click on it the folder hikashop image will appear

3. how can i remove the image folder icon



thanks
11 Nov 2016 07:04

add toolbar

Category: HikaMarket

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

hi

how do i add another tool bar below HikaMarket - productmarket / form.php



thanks
11 Nov 2016 17:16

adding fields relative to date and time

Category: HikaMarket

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

hi

how can i add the following fields on product / show_tabular?

1. no of views a product is viewed
2. vendor image
3. vendor date registered - can we change the format to 2 weeks ago or 1 month ago or 2 mins ago
4. vendor last visit

i tried this code for the vendor created date but its blank
echo 'Registration Date : '.hikashop_getDate($this->element->vendor_created,'%d-%m-%Y');

thanks
12 Nov 2016 10:13

add toolbar

Category: HikaMarket

hi

thanks

i just want to add a second toolbar below. This will prevent users from scrolling all the way up.

Can you tell me what the exact code to add to HikaMarket - productmarket / form.php.

i tried to add this below so i would have a toolbar above and below the form but i get an error
full content of the view "toolbar / default" removed.
content irrelevant here ; specially if it is the full untouched code of an official view

thanks
12 Nov 2016 10:41

how to customize image upload

Category: Market: How to?

can we customize the folder name to example my folder or just folders. At the moment you can see HikaShop Images folder.

thanks
12 Nov 2016 16:42

required custom fields wont save data

Category: Product & Category Display

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

hi

i created two fields and set them as required. one is local number and the other is mobile number. My issue is the fields wont save if only one is correct. An error will flash then both fields are empty.

what i would like is for the correct field to save if it is correct regardless of the status of the other field

thanks
13 Nov 2016 18:06

adding fields relative to date and time

Category: HikaMarket

hi

i cant get it to work

this is the error

Catchable fatal error: Object of class stdClass could not be converted to string in


i also tried the following
echo 'Selle Created Date : '.hikashop_get($this->element->vendor,'vendor'); = errror
echo 'Selle Created Date : '.hikashop_getDate($this->element->vendor_created,'%d-%m-%Y'); = blank

thanks
14 Nov 2016 06:09

more information on file upload

Category: Content Creation

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

hi

can you tell me more about the file upload drop zone or hikamarket_product_file_main. i tried to upload a file together with the product but it does not display on the front end. what i can only see is the image but not the file.

also how do i disable it if i dont need it

thanks
14 Nov 2016 11:00

adding fields relative to date and time

Category: HikaMarket

yes i dont have, not much knowledge in php, i usually just google it.

anyways, how much to get the code for this

thanks again
24 Nov 2016 07:26

how to view clicks

Category: Reports & Statistics

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

hi

how can i view clicks and impressions for products?

thank you
24 Nov 2016 17:44

how to resize ajax image custom fields in the vendor page

Category: HikaMarket

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

hi

i created a custom field using ajax image upload for the vendor page.

it is displaying properly but it is small. Original image size is 900 X 900. When it is displayed in the vendor page front end. it is resized to 100 X 100.

i tried to display it and resize using css but it doesnt work like the other custom codes. its blank. you can see the screenshot here



i edited HikaMarket - vendormarket / showcontainer_default.php and used this code.

Can you tell me what is wrong with my code?
<div class="hikamarket_vendor_image">
     <img src="<?php echo $this->element->vendor->banner_image; ?>" alt="" />
</div>

thanks
25 Nov 2016 07:26

no custom error message appearing during registration

Category: How to?

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

hi

im deliberately making errors on registration to test the custom error message. unfortunately i cant see any of the custom errors i made. i only see are default errors.

example:

custom field is mobile number
custom error message is = Please Complete Your Mobile Number so we can get back to you

actual error

Please complete the Mobile No. field.



1. so how can i get the custom error to come out instead of the default?

2. how can i make the errors appear below the fields itself? and not on the top? please see example



thank you
25 Nov 2016 08:20

how to view clicks

Category: Reports & Statistics

hi

what i want to see is the number of times a product as been viewed or clicked. i used phpmyadmin and i have seen product_hit and product average score. I was wondering if this information is available in the front end so vendors can see how their products are performing.

thanks
25 Nov 2016 08:36

registration issues

Category: HikaMarket

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

hi

my hikasmarket configuration is set to automatic validation.

i have to registration links created.

one is the hikashop registration form and the other is the vendor edition. My question is if it is ok to have both types of registration?

i have noticed hikashop registration requires a second step for vendor registration while vendor edition is already complete.

another thing when i checked the user group hikashop registration will have the following group

registered
-vendor / supplier

while the other using vendor edition
vendor / supplier - this is as configured in hikamarket

any thoughts?

thanks

27 Nov 2016 11:27

how to resize ajax image custom fields in the vendor page

Category: HikaMarket

thank you i got this to work.

im having problems with the Check vendor completion. if it is set to yes i can not add a product and an error occurs informing me to complete my profile.

Profile is complete and the cuaase of the error is the image ajax upload. even if it is not required the errors always occur.

the only way to remove the error is to turn off the Check vendor completion

what to do?


thanks
Displaying 201 - 220 out of 490 results.
Time to create page: 0.972 seconds
Powered by Kunena Forum