Best Sellers Widget displays personal name instead of store name
Author | Posts |
---|---|
July 14, 2014 at 12:46 am 23489 | |
Sk | Hello, First, I want to thank you for the wonderful support we have received. You have been very helpful in resolving a number of questions/issues we've had! Also, I did want to see if there was an easy way to display the "Store name" instead of the persons name in the Best Seller Widget. Currently the Best Sellers Widget displays the individuals personal name instead of the store name (It would be great to build this as an option into future releases). If you can tell me which PHP file to edit and what to replace it with that would be ideal. Thanks, Kevin |
July 15, 2014 at 12:44 am 23558 | |
Sk | Hello Kevin, Please navigate to
now replace the line by it should be on line Thank you for make this issue. We are including this on our next update. |
July 15, 2014 at 2:52 am 23567 | |
Kevin | Thank you very much! It worked perfectly! |
July 16, 2014 at 6:14 pm 23670 | |
roderswiss | Hello guys, in the product page we have the seller info tab. Under that tab Seller is shown as the vendors name instead of the Store name. How can we adjust that too? |
July 17, 2014 at 3:44 pm 23710 | |
Sk | Hello roderswiss, On this tab dokan shows store name just before the seller name. If you want to make that store name as a link then please navigate to replace the line by Thank you. |
July 17, 2014 at 6:59 pm 23725 | |
roderswiss | Thanks Shaikat it worked perfectly. |
July 17, 2014 at 10:26 pm 23727 | |
Kevin | Make that two thank you’s! |
July 25, 2014 at 11:36 pm 24124 | |
Kevin | Hello and thank you for the previous help! The last place I found that sellers personal name appears is within the cart. Can you direct me to which code needs to be changed to make this the store name? |
August 5, 2014 at 12:12 pm 24554 | |
Sk | Hello Kevin, Please navigate to [php] $item_data[] = array( return $item_data; by [php] return $item_data; it will work. thank you. |