Advanced Search

Search Results (Searched for: )

28 Nov 2016 05:05

how to resize ajax image custom fields in the vendor page

Category: HikaMarket

the error is for this one

VENDOR_UNCOMPLETED = "please complete your vendor information "

i already changed the original error message so i dont know what it is before.

thanks
28 Nov 2016 05:54

how to view clicks

Category: Reports & Statistics

thank you

i was hoping to add this to the reports so that the vendor can see how many hits his product is getting.

can we add this to the reports?

also what about impressions on the product? do we have this? i cant see this just he number of hits is present.

thanks
28 Nov 2016 17:55

how to resize ajax image custom fields in the vendor page

Category: HikaMarket

sorry i think i was not clear.

when i click on add item or add product i am being redirected to the vendor edit form.

the error is telling me that i have to complete something. Error is below



as you can see there is no error message telling me what is the problem. It just redirects me to the vendor edition page for completion.

Also please take note on the photo there is already an image uploaded to the banner custom field. So even if it is required it should go through with out problems.

now, please see my custom field banner configuration, it is not required so there should be no problems.



unfortunately i am being redirected to the vendor edit page when i want to add a product or item.

But, when i disable the custom field banner, adding a product goes smoothly with out problems.

so basically the ajax image upload or banner is preventing the user to add a product.

thus, i have 3 problems

1. i cant go to add product because i am being redirected to vendor edition
2. when the error pops it only tells me that i need to complete the page but it does not tell me what to complete.
3. vendor can upload a large image. i have set om media manager 2mb only but i can still upload more than 2mb. How can i limit the filesize?

i disabled the Check vendor completion to make things work temporarily

am i forgetting something>

thanks
28 Nov 2016 18:00

how to view clicks

Category: Reports & Statistics

hi

sorry i think i wasn't clear.

hikashop has reporting system which displays weekly performance, sales this month, last 7 orders and more.

1. can i add the number of hits to the vendor page in the front end as part of report?
2. can i also add a number of impression to the front end as part of report?

thanks again
29 Nov 2016 11:55

state format issue

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

for the vendors listing, the state is displayed with Id and other details.

this is what i see state_Sumatera_Utara_1773.

how do we remove the unnecessary details thanks?
29 Nov 2016 15:50

how to resize ajax image custom fields in the vendor page

Category: HikaMarket

thank you

i already tried to disable other vendor fields required and not required but the error still pops up. it redirects me to the vendor edit page.

i also tried to make my banner field required but problem still persist.

we cant add a product because it redirects us always to the error

what should i do?

thanks
01 Dec 2016 05:44

state format issue

Category: HikaMarket

hi jerome

please see the screen shot.

the state has the id on it



the correct one should say

JAwa Barat and Sumatera Utara.

these are states in indonesia

you can also see the form which displays the correct one.



howt to correct this?
02 Dec 2016 06:15

state format issue

Category: HikaMarket

thank you

can you tell me where exactly to add it?
code removed

thanks again
02 Dec 2016 17:27

state format issue

Category: HikaMarket

sorry about that.

anyway i dont have that information. tha last one on my file located at

../public_html/components/com_hikamarket/views/vendormarket/view.html.php

is this one
$this->assignRef('extraFields', $extraFields);
		$this->assignRef('vendorFields', $vendorFields); 
              
	}  
}
03 Dec 2016 08:57

custom field State on product table is empty

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 a custom field for the products to find out where the products are located

i created custom fields country and region to appear in the the add product form.

the country is ok but the state or in my case region is blank

what to do?

05 Dec 2016 11:18

custom field State on product table is empty

Category: Product & Category Display

here it is

custom field region / state



custom field country



thanks
05 Dec 2016 14:10

state format issue

Category: HikaMarket

hi jerome

i did not work.

i already added the code but nothing has changed, the state is still not displayed correctly.

thanks
05 Dec 2016 18:06

where to add a function() for Prodct listing page

Category: Product & Category Display

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.5

hi

i need to add a function which i named time_ago that will call product_created for the view = product / listing_img_title.

My objective is to add the creation date of the products in listing_img_tile or products listing page. i dont know which file to add this to avoid duplicate php functions

thanks
06 Dec 2016 05:12

custom field State on product table is empty

Category: Product & Category Display

it didnt work for me

i got a 404 error for the state.



i copied the configuration



thanks
06 Dec 2016 06:25

state format issue

Category: HikaMarket

it worked perfectly.

but what do you mean by patches?
07 Dec 2016 08:56

how to open images in product listing to popup or modal view

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 have a product listing menu(listing_img_title.php) and i would like to open the products when image or text is clicked on a modal view instead of a new page(tabular).

so what i want is to open the images in a popup or modal instead of a new page.

i found this thread but its not working. when i click on the image it still redirects to another page

www.hikashop.com/forum/2-general-talk-ab...n-popup-product.html

thanks
07 Dec 2016 16:51

state format issue

Category: HikaMarket

hi

it only works for the vendor page

on my product listing page which is show_tabular.php the result is still unformated.

the code i used to display the zone is
echo $this->element->vendor->vendor_address_state;

thanks
08 Dec 2016 05:08

state format issue

Category: HikaMarket

working code for the product view

     $fieldsClass = hikashop_get('class.field');
     $vendor_fields = $fieldsClass->getFields('display:vendor_page=1', $this->element->vendor, 'plg.hikamarket.vendor');
    
     $fieldsClass->handleZoneListing($extraFields['vendor'], $rows);
     echo $fieldsClass->show($vendor_fields['vendor_address_state'], $this->element->vendor->vendor_address_state);
      

thanks you jerome
08 Dec 2016 06:21

how to use one menu(url) for product listing?

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 have created different instances of the product listing menu. My problem now is that one product has many urls.

i know of the canonical url but is it possible to just change the url of the other product listing similar to modules? on the modules there is an option to select a menu.

Can we do this on menu links as well?

thanks
08 Dec 2016 12:10

custom field State on product table is empty

Category: Product & Category Display

hi

sorry i dont understand what to do. Both custom fields are of course published. I did it here hikashop > display > custom fields > enable custom fields.

Do i have to publish them some where else?

thanks
Displaying 221 - 240 out of 490 results.
Time to create page: 0.981 seconds
Powered by Kunena Forum