Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 173
Total: 173

Author Topic: Add in product description to Purchase Notification for Store Admins email  (Read 3479 times)

0 Members and 1 Guest are viewing this topic.

Offline KKOG

  • Community Suite Customer
  • Member
  • ******
  • Posts: 47
    • View Profile
Hello,

I am trying to add the product name to the Purchase Notification for Store Admins email.

I have added the variable %productname in various combination without success. 

Is there a change needed in storeipn2.php to achieve this?

Thanks
KKOG Forum Admin

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Add in product description to Purchase Notification for Store Admins email
« Reply #1 on: November 12, 2017, 11:58:58 am »
Yes a change will be needed that tag will not work.. You can try to get main product name that is passed the issue is if you use the shopping cart there can be multiple items and that would require checking the shopping cart basket that was used to get the list.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline KKOG

  • Community Suite Customer
  • Member
  • ******
  • Posts: 47
    • View Profile
Re: Add in product description to Purchase Notification for Store Admins email
« Reply #2 on: November 12, 2017, 04:23:49 pm »
Thanks for the response.

Can you suggest the code change needed?

Thanks
KKOG Forum Admin

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Add in product description to Purchase Notification for Store Admins email
« Reply #3 on: November 15, 2017, 04:15:55 pm »
You want to modify Storeipn2.php
Around line 925
Find
Code: [Select]
$message = str_replace("%storetransactionlist", $scripturl . '?action=admin;area=store;sa=trans' ,$message);
Add after
Code: [Select]
$message = str_replace('%productname',$row['productname'],$message);
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/
Like Like x 1 View List

Offline KKOG

  • Community Suite Customer
  • Member
  • ******
  • Posts: 47
    • View Profile
Re: Add in product description to Purchase Notification for Store Admins email
« Reply #4 on: November 15, 2017, 05:20:11 pm »
Once again thank you for responses.

I have been able to make the code changes and have achieved the outcome I sought.

This mod is very flexible and I would recommend it to anyone who wishes to add store functionality to their forum.

KKOG Forum admin
Like Like x 2 View List

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Add in product description to Purchase Notification for Store Admins email
« Reply #5 on: November 15, 2017, 05:29:15 pm »
Thanks :)
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
6783 Views
Last post October 15, 2006, 07:57:53 pm
by rjmiz
5 Replies
4136 Views
Last post July 15, 2015, 11:17:01 am
by pasqualino77
20 Replies
8961 Views
Last post October 02, 2017, 03:00:50 pm
by Michael Vail
7 Replies
3359 Views
Last post October 22, 2017, 11:10:04 pm
by KKOG
7 Replies
1682 Views
Last post May 20, 2022, 08:58:15 pm
by Michael Vail

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal