Advanced Search

Search Results (Searched for: )

12 Jan 2017 07:23

custom field State on product table is empty

Category: Product & Category Display

hi

does this mean it will be deleted or changed when i make an update?

thanks
12 Jan 2017 07:24

adding please select to custom field drop down issue

Category: Market: How to?

yes, its working perfectly in the back end.

thanks
12 Jan 2017 07:28

Successfully Saved language override problem

Category: Content Creation

thank you for your patience.

i just wanted to have a special message in the front end only and not the back end.

something like

"Submission Successful, Your post is subject to approval"

based on what you said i cant change one with out affecting the other.

so changing the front end will make the message inappropriate on others.

thanks
12 Jan 2017 18:00

wishlist layout

Category: Wishlist

-- 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 do i remove the following from the wishlist page

1. quantity
2. status or stock
3. total price
4 add to

thanks
16 Jan 2017 07:24

adding please select to custom field drop down issue

Category: Market: How to?

hi

i tried this but the errors are still appearing.

i edited this file
/.../administrator/components/com_hikamarket/classes/product.php

i'm not sure if this is the file because no file was mentioned.

out of curiosity i tried this change
$product = $fieldsClass->getInput('product', $oldProduct, true, 'data', false, 'display:vendor_product_edit'); // 'all');
		if(empty($product))
			$ret = false;

to this
$product = $fieldsClass->getInput('product', $oldProduct, true, 'data', false, 'display:vendor_product_edit'); // 'all');
		if(empty($product)) 
			return false;

and it worked. not sure what it does but it worked.

what should i do? thanks
17 Jan 2017 08:34

vendor vote and comment questions

Category: Market: Bug Report

-- 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

1. im having this comment when making a comment on a vendor "Valid pseudo required". what does this mean?

2. i found vendor_average_score and vendor_total_vote in phpmyadmin but its not populating. its always zero even if votes are already made

3. can 1 email or user make multiple votes?
18 Jan 2017 07:02

issue on vote and comment settings

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

im testing a new template a got for hikashop and hikamarket as well.

my issue is that if i set vote and comment to registered or bought my template for show_tabular gets messed up.

this is the setting



can you give me an idea on what to look at?

thanks
24 Jan 2017 05:25

how to modify actions label?

Category: Market: How to?

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

hi

on the Vendor product listing menu there is a label named action. how can we separate the publish / unpublish and the delete button?

can we change the publish unpublish to something like a yes/no toggle button?

thanks
24 Jan 2017 12:07

vendor vote and comment questions

Category: Market: Bug Report

hi

i tried to use the new hikamarket 1.7.2 and hikashop 2.6.4. Do i need to upgrade?

on my vendor listing page, i can see the following when i hover my pointer on the stars/ voting

average: 5
total:3
your vote: 5

but when i check the vendor_average_score and vendor_total_vote in phpmyadmin is empty.

am i looking at this correctly? i want to display the actual average and total in the front end

thanks
25 Jan 2017 05:21

vendor vote and comment questions

Category: Market: Bug Report

hi

please check this link

linklink

you can see there is already votes on the stars. when you hover you will see

average 4.5 votes 2

but this is still empty

<h4><?php echo '<i class="fa fa-trophy fa-1x" aria-hidden="true"></i> Ave. Score ' .$this->element->vendor->vendor_average_score; ?></h4>
<h4><?php echo '<i class="fa fa-heartbeat fa-1x" aria-hidden="true"></i> Total Votes ' .$this->element->vendor->vendor_total_vote; ?></h4>

am i missing something?

thanks
25 Jan 2017 17:15

vendor vote and comment questions

Category: Market: Bug Report

thank you

i forgot to correct the code before posting. i already took out element. if you check the page it appears 0.0000.

its still 0.000 even do votes have been made.

also the url still has the word /component/hikamarket/vendor/ even do i already choose a default vendor menu.

thanks
26 Jan 2017 16:47

vendor vote and comment questions

Category: Market: Bug Report

hi

please let me clarify

i already took the element out.

so my code is something like the following

<h4><?php echo '<i class="fa fa-trophy fa-1x" aria-hidden="true"></i> Ave. Score ' .$this->vendor->vendor_average_score; ?></h4>

i just forgot took correct the post

BTW using phpmy admin vendor_average_Score is 0 even do votes has been made

thanks
27 Jan 2017 08:22

vendor vote and comment questions

Category: Market: Bug Report

hi

So I think that the support of votes in the vendor page will be simply removed.
As long as the HikaShop vote/comment system does not follow the requirements I gave, no working integration would be possible.


i hope you do not remove the votes and comment feature. i believe that this is essential in establishing the sellers reputation.

we need to show the sellers reliability in terms of buyers votes and comments

thank you
29 Jan 2017 06:41

vendor vote and comment questions

Category: Market: Bug Report

hi

i apologize but i don't understand what's happening...Specially in the long run.

does this mean that any product, plugin, capability, feature or function from hikamarket that does not work anymore shall be removed? or discontinued?

Respectfully, i dont see, how a multivendor ecommerce component would thrive with out a voting and comment sytem

thanks
29 Jan 2017 16:26

count of related products on vendor page

Category: Market: How to?

-- 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 have included related products in modules under the vendor page.

this is working fine, can we have a count of how many are in the related products ?

just like the category having a number of products next to it.

thanks
30 Jan 2017 17:55

count of related products on vendor page

Category: Market: How to?

hi

if i were to try to achieve this can you give me a hint where i could start.

thanks again
31 Jan 2017 16:11

count of related products in module

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

thank you for your patience

this question is in relation to thread
www.hikashop.com/support/forum/19-hikama...dor-page.html#260854

i would like to know how i can display the number of products of a product listing module. Maybe you can give me an idea.

thanks
31 Jan 2017 16:42

how to set a fix expiration date for products

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

how can we add a fix expiration date for products.

example is after 30 days prior to posting date.

thanks
02 Feb 2017 17:54

Question about vendor listing

Category: Market: How to?

-- 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 hikamarket vendor listing menu. MY problem is that it displays all users even do they have not posted anything. i think it has something to do with my setting to simplified registration with password and vendor automatic creation.

is there a way not to display vendors who just registered and has not actually posted anything? or maybe not to display vendors who has not completed certain fields?

thanks
02 Feb 2017 18:11

count of related products in module

Category: Product & Category Display

hi

this works only for the listing.

i would like to add the information in the vendor page. How do i do this?

thanks
Displaying 261 - 280 out of 490 results.
Time to create page: 0.970 seconds
Powered by Kunena Forum