Backend View of Coupons Codes in Order listing

  • Posts: 14
  • Thank you received: 0
9 years 3 months ago #211192

-- url of the page with the problem -- : www.gardinie.com/
-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : Safari 8.0.7

Hi there,

We have 5 Brand Ambassadors - each with their own unique Coupon Codes where they can give their 'audience' [mostly word of mouth] 10% off.

Using Affiliates for this doesn't really work since it's not links on a Facebook page or blog...

What we want is a quick way to see what each Brand Ambassador has brought in business wise...

My initial thought was to have the Coupon Code column appear in the Backend Sales Listing:
www.gardinie.com/administrator/index.php...ale&filter_partner=0

But I have not been able to figure out how to do it and I suspect that requires editing a View?

I realize that I can use the Widget system to create a report for each of the Brand Ambassadors' coupon code to show a listing of their orders but having it in the Backend Sales Listing is easier to track/see & more desirable.

I searched the forums without any luck.

Thanks,
Sincerely,

Emmanuel.

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
9 years 3 months ago #211193

Hi,

And why not using the setting "Force affiliation to" in the coupon code ?

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 14
  • Thank you received: 0
9 years 3 months ago #211215

Hi Jérome,

Thank you - that sounds good - i will check into that.

Cheers,

Emmanuel.

Please Log in or Create an account to join the conversation.

  • Posts: 14
  • Thank you received: 0
8 years 4 months ago #244346

Hi Jerome

Im in the same situation as topicowner.

I want to see an overview of how many orders my "vip-customers" have done using their unique discount coupon.

But when im trying to setup a widget and then setting Coupon to my own - it will dissapear as soon im pressing "save".

Therefore i cannot get this statictic. Can you help me out?

The site is: jupitercykler.dk
I can get u Admin-login.

Ive added pictures.

Looking forward hearing from you.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
8 years 4 months ago #244469

Hi,

Change the line:

echo hikashop_getLayout('dashboard','widget',$params,$js);
to:
$couponslist = @$this->element->widget_params->coupons_list;
		echo hikashop_getLayout('dashboard','widget',$params,$js);
		$this->element->widget_params->coupons_list = $couponslist;
in the file administrator/components/com_hikashop/views/report/view.html.php and that should fix the problem.

Please Log in or Create an account to join the conversation.

Time to create page: 0.072 seconds
Powered by Kunena Forum