Version Notes
Built a stable version 1.0.2
Download this release
Release Info
Developer | PushAssist Team |
Extension | Webpushnotification_Pushassist |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- app/code/community/Webpushnotification/Pushassist/etc/config.xml +5 -5
- app/design/adminhtml/default/default/layout/pushassist.xml +2 -2
- app/design/adminhtml/default/default/template/pushassist/campaign.phtml +18 -52
- app/design/adminhtml/default/default/template/pushassist/create_account.phtml +31 -5
- app/design/adminhtml/default/default/template/pushassist/createcampaign.phtml +2 -3
- app/design/adminhtml/default/default/template/pushassist/createsegments.phtml +35 -5
- app/design/adminhtml/default/default/template/pushassist/dashboard.phtml +14 -5
- app/design/adminhtml/default/default/template/pushassist/notification.phtml +6 -4
- app/design/adminhtml/default/default/template/pushassist/segments.phtml +5 -4
- app/design/adminhtml/default/default/template/pushassist/sendnotification.phtml +3 -3
- app/design/adminhtml/default/default/template/pushassist/subscribers.phtml +2 -3
- package.xml +7 -7
- skin/adminhtml/default/default/pushassist/campaign.png +0 -0
- skin/adminhtml/default/default/pushassist/content_base.css +30 -2
- skin/adminhtml/default/default/pushassist/notification_setting.png +0 -0
app/code/community/Webpushnotification/Pushassist/etc/config.xml
CHANGED
@@ -76,12 +76,12 @@
|
|
76 |
<sort_order>6</sort_order>
|
77 |
<action>adminhtml/pushassist_subscribers</action>
|
78 |
</subscribers>
|
79 |
-
|
80 |
-
<title>
|
81 |
<sort_order>7</sort_order>
|
82 |
<action>adminhtml/pushassist_campaign</action>
|
83 |
</campaign>
|
84 |
-
|
85 |
<title>Create Campaign</title>
|
86 |
<sort_order>8</sort_order>
|
87 |
<action>adminhtml/pushassist_createcampaign</action>
|
@@ -121,10 +121,10 @@
|
|
121 |
<subscribers translate="title">
|
122 |
<title>Subscribers</title>
|
123 |
</subscribers>
|
124 |
-
|
125 |
<title>Campaign</title>
|
126 |
</campaign>
|
127 |
-
|
128 |
<title>Create Campaign</title>
|
129 |
</createcampaign>-->
|
130 |
</children>
|
76 |
<sort_order>6</sort_order>
|
77 |
<action>adminhtml/pushassist_subscribers</action>
|
78 |
</subscribers>
|
79 |
+
<campaign module="pushassist">
|
80 |
+
<title>Campaigns</title>
|
81 |
<sort_order>7</sort_order>
|
82 |
<action>adminhtml/pushassist_campaign</action>
|
83 |
</campaign>
|
84 |
+
<!-- <createcampaign module="pushassist">
|
85 |
<title>Create Campaign</title>
|
86 |
<sort_order>8</sort_order>
|
87 |
<action>adminhtml/pushassist_createcampaign</action>
|
121 |
<subscribers translate="title">
|
122 |
<title>Subscribers</title>
|
123 |
</subscribers>
|
124 |
+
<campaign translate="title">
|
125 |
<title>Campaign</title>
|
126 |
</campaign>
|
127 |
+
<!--<createcampaign translate="title">
|
128 |
<title>Create Campaign</title>
|
129 |
</createcampaign>-->
|
130 |
</children>
|
app/design/adminhtml/default/default/layout/pushassist.xml
CHANGED
@@ -58,7 +58,7 @@
|
|
58 |
<block type="pushassist/adminhtml_subscribers" name="subscribers" template="pushassist/subscribers.phtml"/>
|
59 |
</reference>
|
60 |
</adminhtml_pushassist_subscribers_index>
|
61 |
-
|
62 |
<reference name="head">
|
63 |
<action method="addItem"><type>skin_css</type><name>pushassist/content_base.css</name><params/></action>
|
64 |
</reference>
|
@@ -66,7 +66,7 @@
|
|
66 |
<block type="pushassist/adminhtml_campaign" name="campaign" template="pushassist/campaign.phtml"/>
|
67 |
</reference>
|
68 |
</adminhtml_pushassist_campaign_index>
|
69 |
-
|
70 |
<reference name="head">
|
71 |
<action method="addItem"><type>skin_css</type><name>pushassist/content_base.css</name><params/></action>
|
72 |
</reference>
|
58 |
<block type="pushassist/adminhtml_subscribers" name="subscribers" template="pushassist/subscribers.phtml"/>
|
59 |
</reference>
|
60 |
</adminhtml_pushassist_subscribers_index>
|
61 |
+
<adminhtml_pushassist_campaign_index>
|
62 |
<reference name="head">
|
63 |
<action method="addItem"><type>skin_css</type><name>pushassist/content_base.css</name><params/></action>
|
64 |
</reference>
|
66 |
<block type="pushassist/adminhtml_campaign" name="campaign" template="pushassist/campaign.phtml"/>
|
67 |
</reference>
|
68 |
</adminhtml_pushassist_campaign_index>
|
69 |
+
<!--<adminhtml_pushassist_createcampaign_index>
|
70 |
<reference name="head">
|
71 |
<action method="addItem"><type>skin_css</type><name>pushassist/content_base.css</name><params/></action>
|
72 |
</reference>
|
app/design/adminhtml/default/default/template/pushassist/campaign.phtml
CHANGED
@@ -3,7 +3,7 @@ $get_campaigns = Mage::helper('pushassist')->get_campaigns();
|
|
3 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
4 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
5 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
6 |
-
$account_url='https://'.$account_response['account_name'].'.pushassist.com/
|
7 |
|
8 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response ) {
|
9 |
if( count($get_campaigns) > 0){
|
@@ -18,15 +18,14 @@ if( count($get_campaigns) > 0){
|
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
20 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
21 |
-
<li><
|
22 |
-
<li><p>You have <?php echo $account_response['subscribers_remain'];?> subsribers left</p></li>
|
23 |
</ul>
|
24 |
</div>
|
25 |
<!-- Content Start -->
|
26 |
<div id="pushassist" class="content dashboard clearfix">
|
27 |
<!-- Start Page Header -->
|
28 |
<div class="page-header">
|
29 |
-
<h1 class="title">
|
30 |
</div>
|
31 |
<!-- End Page Header -->
|
32 |
|
@@ -35,57 +34,24 @@ if( count($get_campaigns) > 0){
|
|
35 |
|
36 |
|
37 |
<!-- Project Stats Start -->
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
</
|
44 |
-
<
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
<table class="table table-hover">
|
52 |
-
<thead>
|
53 |
-
<tr>
|
54 |
-
<td>#</td>
|
55 |
-
<td>site url</td>
|
56 |
-
<td>Title</td>
|
57 |
-
<td>message</td>
|
58 |
-
<td>redirect url</td>
|
59 |
-
<td>total sent</td>
|
60 |
-
<td>failed</td>
|
61 |
-
<td>total clicked</td>
|
62 |
-
<td>Created at</td>
|
63 |
-
</tr>
|
64 |
-
</thead>
|
65 |
-
<tbody>
|
66 |
-
<?php $i = 1;
|
67 |
-
foreach($get_campaigns as $get_campaigns_list){?>
|
68 |
-
<tr>
|
69 |
-
|
70 |
-
<td><?php echo $i;?></td>
|
71 |
-
<td><?php echo $get_campaigns_list['siteurl']?></td>
|
72 |
-
<td><?php echo $get_campaigns_list['title'];?></td>
|
73 |
-
<td><?php echo $get_campaigns_list['message'];?></td>
|
74 |
-
<td><?php echo $get_campaigns_list['redirecturl'];?></td>
|
75 |
-
<td><?php echo $get_campaigns_list['total_sent']?></td>
|
76 |
-
<td><?php echo $get_campaigns_list['failed'];?></td>
|
77 |
-
<td><?php echo $get_campaigns_list['total_clicked'];?></td>
|
78 |
-
<td><?php echo $get_campaigns_list['created_at'];?></td>
|
79 |
-
</tr>
|
80 |
-
|
81 |
-
<?php $i++;
|
82 |
-
} ?>
|
83 |
-
|
84 |
-
</tbody>
|
85 |
-
</table>
|
86 |
</div>
|
|
|
87 |
</div>
|
88 |
</div>
|
|
|
89 |
<!-- Project Stats End -->
|
90 |
</div>
|
91 |
<!-- Container End -->
|
3 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
4 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
5 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
6 |
+
$account_url='https://'.$account_response['account_name'].'.pushassist.com/dashboard/';
|
7 |
|
8 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response ) {
|
9 |
if( count($get_campaigns) > 0){
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
20 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
21 |
+
<li><a href="<?php echo $this->getUrl('*/pushassist_campaign'); ?>">Campaigns</a></li>
|
|
|
22 |
</ul>
|
23 |
</div>
|
24 |
<!-- Content Start -->
|
25 |
<div id="pushassist" class="content dashboard clearfix">
|
26 |
<!-- Start Page Header -->
|
27 |
<div class="page-header">
|
28 |
+
<h1 class="title">Campaigns</h1>
|
29 |
</div>
|
30 |
<!-- End Page Header -->
|
31 |
|
34 |
|
35 |
|
36 |
<!-- Project Stats Start -->
|
37 |
+
<div class="col-md-6" style="width:54%">
|
38 |
+
<div class="panel panel-default">
|
39 |
+
|
40 |
+
<div class="panel-body">
|
41 |
+
|
42 |
+
<p><strong>Campaigns</strong></p>
|
43 |
+
<p class="margin-b-20">Following screenshot shows how you can create and schedule a campaign. <strong> This feature is available in premium plans.</strong> </p>
|
44 |
+
<p class="align-center margin-b-25">
|
45 |
+
<a href="<?php echo $account_url;?>" target="_blank" class="btn btn-default margin-t-0">Upgrade to Premium</a>
|
46 |
+
</p>
|
47 |
+
<div class="margin-t-15 image_wrapper">
|
48 |
+
|
49 |
+
<img src="<?php echo $this->getSkinUrl('pushassist/campaign.png') ?>" alt="Campaign Notification">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
</div>
|
51 |
+
|
52 |
</div>
|
53 |
</div>
|
54 |
+
</div>
|
55 |
<!-- Project Stats End -->
|
56 |
</div>
|
57 |
<!-- Container End -->
|
app/design/adminhtml/default/default/template/pushassist/create_account.phtml
CHANGED
@@ -2,7 +2,8 @@
|
|
2 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
5 |
-
$account_url='https://'.$account_response['account_name'].'.pushassist.com/
|
|
|
6 |
?>
|
7 |
<div id="Psidebar" >
|
8 |
<ul>
|
@@ -13,14 +14,13 @@ $account_url='https://'.$account_response['account_name'].'.pushassist.com/login
|
|
13 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
14 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
15 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
16 |
-
<?php
|
17 |
-
<li><p><?php echo $account_response['planType'];?> <a href="<?php echo $account_url;?>" target="_blank">Upgrade Now</a> </p></li>
|
18 |
-
<li><p>You have <?php echo $account_response['subscribers_remain'];?> subsribers left</p></li>
|
19 |
-
<?php } ?>
|
20 |
</ul>
|
21 |
</div>
|
22 |
<!-- Content Start -->
|
|
|
23 |
<div id="pushassist" class="content clearfix">
|
|
|
24 |
<!-- Start Page Header -->
|
25 |
<div class="page-header">
|
26 |
<h1 class="title">Create Account</h1>
|
@@ -156,8 +156,34 @@ $account_url='https://'.$account_response['account_name'].'.pushassist.com/login
|
|
156 |
paste above.Your account login details were sent to you at the time of signup. In case you have missed your account credentials.
|
157 |
please send us an email at support@pushassist.com containing your site url and we will send you your account credentials.</br></br>
|
158 |
<p>Please do not share your API and Secret keys with anyone.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
</div>
|
|
|
161 |
</div><!-- Container End -->
|
162 |
|
163 |
</div>
|
2 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
5 |
+
$account_url='https://'.$account_response['account_name'].'.pushassist.com/dashboard/';
|
6 |
+
$allsites='https://'.$account_response['account_name'].'.pushassist.com/allsites/';
|
7 |
?>
|
8 |
<div id="Psidebar" >
|
9 |
<ul>
|
14 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
15 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
16 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
17 |
+
<li><a href="<?php echo $this->getUrl('*/pushassist_campaign'); ?>">Campaigns</a></li>
|
|
|
|
|
|
|
18 |
</ul>
|
19 |
</div>
|
20 |
<!-- Content Start -->
|
21 |
+
|
22 |
<div id="pushassist" class="content clearfix">
|
23 |
+
|
24 |
<!-- Start Page Header -->
|
25 |
<div class="page-header">
|
26 |
<h1 class="title">Create Account</h1>
|
156 |
paste above.Your account login details were sent to you at the time of signup. In case you have missed your account credentials.
|
157 |
please send us an email at support@pushassist.com containing your site url and we will send you your account credentials.</br></br>
|
158 |
<p>Please do not share your API and Secret keys with anyone.</p>
|
159 |
+
|
160 |
+
<hr>
|
161 |
+
<br>
|
162 |
+
<p><strong>What is a GCM Key? How do I get export my subscribers, What if I want to switch to other
|
163 |
+
vendor.</strong></p>
|
164 |
+
<p class="margin-b-15 margin-t-15">At the time of installation, you have to provide your GCM (Google
|
165 |
+
Cloud Messaging) API Key for Chrome and Certificate Details for Safari that is used.</p>
|
166 |
+
<p>We need this information to export your subscriber’s ID’s. Please note that only premium accounts
|
167 |
+
can export the subscribers.</p>
|
168 |
+
<p class="margin-b-15 margin-t-15">Please read <a href="https://pushassist.com/adding-your-own-gcm-key-project-id-in-pushassist/" target="_blank"> GCM registration </a> guidelines here.</p>
|
169 |
+
|
170 |
+
|
171 |
+
|
172 |
</div>
|
173 |
+
</div><!-- col-md-6-->
|
174 |
+
<div class="col-md-6" style="<?php if(!isset($account_response['account_name'])) { echo 'display:none'; }?>">
|
175 |
+
<div class="panel panel-default">
|
176 |
+
<div class="panel-body">
|
177 |
+
<p>Screenshot of advance configurations that are possible with your PushAssist account.
|
178 |
+
|
179 |
+
<a href="<?php echo $allsites;?>" class="btn btn-default margin-t-0" target="_blank">Customize Now</a></p>
|
180 |
+
|
181 |
+
<div class="margin-t-15 image_wrapper">
|
182 |
+
<img src="<?php echo $this->getSkinUrl('pushassist/notification_setting.png') ?>" alt="Notification Opt-in Box Setting">
|
183 |
+
</div>
|
184 |
+
</div>
|
185 |
</div>
|
186 |
+
</div>
|
187 |
</div><!-- Container End -->
|
188 |
|
189 |
</div>
|
app/design/adminhtml/default/default/template/pushassist/createcampaign.phtml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
5 |
-
$account_url='https://'.$account_response['account_name'].'.pushassist.com/
|
6 |
|
7 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response) {
|
8 |
?>
|
@@ -18,8 +18,7 @@ if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] =
|
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
20 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
21 |
-
<li><
|
22 |
-
<li><p>You have <?php echo $account_response['subscribers_remain'];?> subsribers left</p></li>
|
23 |
</ul>
|
24 |
</div>
|
25 |
<div id="pushassist" class="content clearfix">
|
2 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
5 |
+
$account_url='https://'.$account_response['account_name'].'.pushassist.com/dashboard/';
|
6 |
|
7 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response) {
|
8 |
?>
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
20 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
21 |
+
<li><a href="<?php echo $this->getUrl('*/pushassist_campaign'); ?>">Campaigns</a></li>
|
|
|
22 |
</ul>
|
23 |
</div>
|
24 |
<div id="pushassist" class="content clearfix">
|
app/design/adminhtml/default/default/template/pushassist/createsegments.phtml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
5 |
-
$account_url='https://'.$account_response['account_name'].'.pushassist.com/
|
6 |
|
7 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response) {
|
8 |
?>
|
@@ -18,8 +18,7 @@ if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] =
|
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
20 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
21 |
-
<li><
|
22 |
-
<li><p>You have <?php echo $account_response['subscribers_remain'];?> subsribers left</p></li>
|
23 |
</ul>
|
24 |
</div>
|
25 |
<!-- Content Start -->
|
@@ -54,8 +53,39 @@ if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] =
|
|
54 |
</form>
|
55 |
</div>
|
56 |
</div>
|
57 |
-
</div
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
</div>
|
60 |
<!-- Container End -->
|
61 |
</div>
|
2 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
5 |
+
$account_url='https://'.$account_response['account_name'].'.pushassist.com/dashboard/';
|
6 |
|
7 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response) {
|
8 |
?>
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
20 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
21 |
+
<li><a href="<?php echo $this->getUrl('*/pushassist_campaign'); ?>">Campaigns</a></li>
|
|
|
22 |
</ul>
|
23 |
</div>
|
24 |
<!-- Content Start -->
|
53 |
</form>
|
54 |
</div>
|
55 |
</div>
|
56 |
+
</div><!-- col-md-6-->
|
57 |
+
|
58 |
+
<div class="col-md-6 dummy-notification shadow panel panel-default">
|
59 |
+
|
60 |
+
<p class="h5 pb15"><strong>How to Implement Segments for your Push Notification Subscribers</strong></p>
|
61 |
+
|
62 |
+
<div class="widget shadow dummy-notification-inner-wrapper pb15">
|
63 |
+
<p><strong>Step 1 :</strong> Create a new segment. Go to Create Segments</p>
|
64 |
+
|
65 |
+
<p><strong>Step 2 :</strong> Copy the following JavaScript code and paste it on your site page(s).</p>
|
66 |
+
|
67 |
+
<p class="margin-t-20"><strong>Subscribe for Single Segment</strong></p>
|
68 |
+
<p>
|
69 |
+
<script>
|
70 |
+
<br>
|
71 |
+
var _pa = [];<br>
|
72 |
+
_pa.push('segmentname');
|
73 |
+
<br>
|
74 |
+
</script>
|
75 |
+
</p>
|
76 |
+
|
77 |
+
<p class="margin-t-20"><strong>Subscriber for Multiple Segments</strong></p>
|
78 |
+
<p>
|
79 |
+
<script>
|
80 |
+
<br>
|
81 |
+
var _pa = [];<br>
|
82 |
+
_pa.push('segmentname1', 'segmentname2');
|
83 |
+
<br>
|
84 |
+
</script>
|
85 |
+
</p>
|
86 |
+
</div>
|
87 |
+
</div>
|
88 |
+
|
89 |
</div>
|
90 |
<!-- Container End -->
|
91 |
</div>
|
app/design/adminhtml/default/default/template/pushassist/dashboard.phtml
CHANGED
@@ -3,11 +3,17 @@ $check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/api
|
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$dashboard_response = Mage::helper('pushassist')->get_dashboard();
|
5 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
6 |
-
$account_url='https://'.$account_response['account_name'].'.pushassist.com/
|
|
|
7 |
|
8 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response) {
|
9 |
|
10 |
?>
|
|
|
|
|
|
|
|
|
|
|
11 |
<!-- Content Start -->
|
12 |
<div id="Psidebar" >
|
13 |
<ul>
|
@@ -18,10 +24,8 @@ if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] =
|
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
20 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
21 |
-
<li><
|
22 |
-
|
23 |
-
|
24 |
-
</ul>
|
25 |
</div>
|
26 |
|
27 |
<div id="pushassist" class="content dashboard clearfix">
|
@@ -29,6 +33,9 @@ if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] =
|
|
29 |
<!-- Start Page Header -->
|
30 |
<div class="page-header">
|
31 |
<h1 class="title">Dashboard</h1>
|
|
|
|
|
|
|
32 |
</div>
|
33 |
<!-- End Page Header -->
|
34 |
|
@@ -173,6 +180,8 @@ if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] =
|
|
173 |
</tbody>
|
174 |
</table>
|
175 |
</div>
|
|
|
|
|
176 |
<?php }else{ echo "No result Found";} ?>
|
177 |
</div>
|
178 |
</div>
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$dashboard_response = Mage::helper('pushassist')->get_dashboard();
|
5 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
6 |
+
$account_url='https://'.$account_response['account_name'].'.pushassist.com/dashboard/';
|
7 |
+
$get_subscribers = Mage::helper('pushassist')->get_subscribers();
|
8 |
|
9 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response) {
|
10 |
|
11 |
?>
|
12 |
+
<?php if(count($get_subscribers) < 1) { ?>
|
13 |
+
|
14 |
+
<div id="messages"><ul class="messages"><li class="success-msg"><ul><li><span>PushAssist is installed, no additional step is needed. Completely <a href="<?php echo $this->getUrl('*/cache'); ?>" target="_blank">Purge Cache</a> once to see it in action.
|
15 |
+
Your Account Details have already been emailed to you. Also check under SPAM if you don't find it.</span></li></ul></li></ul></div>
|
16 |
+
<?php } ?>
|
17 |
<!-- Content Start -->
|
18 |
<div id="Psidebar" >
|
19 |
<ul>
|
24 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
25 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
26 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
27 |
+
<li><a href="<?php echo $this->getUrl('*/pushassist_campaign'); ?>">Campaigns</a></li>
|
28 |
+
</ul>
|
|
|
|
|
29 |
</div>
|
30 |
|
31 |
<div id="pushassist" class="content dashboard clearfix">
|
33 |
<!-- Start Page Header -->
|
34 |
<div class="page-header">
|
35 |
<h1 class="title">Dashboard</h1>
|
36 |
+
<div class="sub_count"><span><?php echo $account_response['subscribers_remain'];?> subscribers left</span>
|
37 |
+
<a href="<?php echo $account_url;?>" target="_blank">Upgrade to Premium</a>
|
38 |
+
</div>
|
39 |
</div>
|
40 |
<!-- End Page Header -->
|
41 |
|
180 |
</tbody>
|
181 |
</table>
|
182 |
</div>
|
183 |
+
|
184 |
+
|
185 |
<?php }else{ echo "No result Found";} ?>
|
186 |
</div>
|
187 |
</div>
|
app/design/adminhtml/default/default/template/pushassist/notification.phtml
CHANGED
@@ -4,7 +4,7 @@ $get_notifications = Mage::helper('pushassist')->get_notifications();
|
|
4 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
5 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
6 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
7 |
-
$account_url='https://'.$account_response['account_name'].'.pushassist.com/
|
8 |
|
9 |
if($check_api_key!='' && $check_secret_key != '') {
|
10 |
|
@@ -18,15 +18,17 @@ if($check_api_key!='' && $check_secret_key != '') {
|
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
20 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
21 |
-
<li><
|
22 |
-
|
23 |
-
</ul>
|
24 |
</div>
|
25 |
<!-- Content Start -->
|
26 |
<div id="pushassist" class="content dashboard clearfix">
|
27 |
<!-- Start Page Header -->
|
28 |
<div class="page-header">
|
29 |
<h1 class="title">Notifications</h1>
|
|
|
|
|
|
|
30 |
</div>
|
31 |
<!-- End Page Header -->
|
32 |
|
4 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
5 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
6 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
7 |
+
$account_url='https://'.$account_response['account_name'].'.pushassist.com/dashboard/';
|
8 |
|
9 |
if($check_api_key!='' && $check_secret_key != '') {
|
10 |
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
20 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
21 |
+
<li><a href="<?php echo $this->getUrl('*/pushassist_campaign'); ?>">Campaigns</a></li>
|
22 |
+
</ul>
|
|
|
23 |
</div>
|
24 |
<!-- Content Start -->
|
25 |
<div id="pushassist" class="content dashboard clearfix">
|
26 |
<!-- Start Page Header -->
|
27 |
<div class="page-header">
|
28 |
<h1 class="title">Notifications</h1>
|
29 |
+
<div class="sub_count">
|
30 |
+
<a href="<?php echo $this->getUrl('*/pushassist_notificationsend'); ?>">Send New Notification</a>
|
31 |
+
</div>
|
32 |
</div>
|
33 |
<!-- End Page Header -->
|
34 |
|
app/design/adminhtml/default/default/template/pushassist/segments.phtml
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
$get_segment = Mage::helper('pushassist')->get_segments();
|
4 |
|
5 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
6 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
7 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
8 |
-
$account_url='https://'.$account_response['account_name'].'.pushassist.com/
|
9 |
|
10 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response) {
|
11 |
|
@@ -20,8 +19,7 @@ if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] =
|
|
20 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
21 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
22 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
23 |
-
<li><
|
24 |
-
<li><p>You have <?php echo $account_response['subscribers_remain'];?> subsribers left</p></li>
|
25 |
</ul>
|
26 |
</div>
|
27 |
<!-- Content Start -->
|
@@ -29,6 +27,9 @@ if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] =
|
|
29 |
<!-- Start Page Header -->
|
30 |
<div class="page-header">
|
31 |
<h1 class="title">Segments</h1>
|
|
|
|
|
|
|
32 |
</div>
|
33 |
<!-- End Page Header -->
|
34 |
|
1 |
<?php
|
|
|
2 |
$get_segment = Mage::helper('pushassist')->get_segments();
|
3 |
|
4 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
5 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
6 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
7 |
+
$account_url='https://'.$account_response['account_name'].'.pushassist.com/dashboard/';
|
8 |
|
9 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response) {
|
10 |
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
20 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
21 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
22 |
+
<li><a href="<?php echo $this->getUrl('*/pushassist_campaign'); ?>">Campaigns</a></li>
|
|
|
23 |
</ul>
|
24 |
</div>
|
25 |
<!-- Content Start -->
|
27 |
<!-- Start Page Header -->
|
28 |
<div class="page-header">
|
29 |
<h1 class="title">Segments</h1>
|
30 |
+
<div class="sub_count">
|
31 |
+
<a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Add New</a>
|
32 |
+
</div>
|
33 |
</div>
|
34 |
<!-- End Page Header -->
|
35 |
|
app/design/adminhtml/default/default/template/pushassist/sendnotification.phtml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
5 |
-
$account_url='https://'.$account_response['account_name'].'.pushassist.com/
|
6 |
|
7 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response) {
|
8 |
?>
|
@@ -17,8 +17,7 @@ if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] =
|
|
17 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
20 |
-
<li><
|
21 |
-
<li><p>You have <?php echo $account_response['subscribers_remain'];?> subsribers left</p></li>
|
22 |
</ul>
|
23 |
</div>
|
24 |
<!-- Content Start -->
|
@@ -26,6 +25,7 @@ if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] =
|
|
26 |
<!-- Start Page Header -->
|
27 |
<div class="page-header">
|
28 |
<h1 class="title">New Notification</h1>
|
|
|
29 |
</div>
|
30 |
<!-- End Page Header -->
|
31 |
|
2 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
5 |
+
$account_url='https://'.$account_response['account_name'].'.pushassist.com/dashboard/';
|
6 |
|
7 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response) {
|
8 |
?>
|
17 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
20 |
+
<li><a href="<?php echo $this->getUrl('*/pushassist_campaign'); ?>">Campaigns</a></li>
|
|
|
21 |
</ul>
|
22 |
</div>
|
23 |
<!-- Content Start -->
|
25 |
<!-- Start Page Header -->
|
26 |
<div class="page-header">
|
27 |
<h1 class="title">New Notification</h1>
|
28 |
+
|
29 |
</div>
|
30 |
<!-- End Page Header -->
|
31 |
|
app/design/adminhtml/default/default/template/pushassist/subscribers.phtml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
5 |
-
$account_url='https://'.$account_response['account_name'].'.pushassist.com/
|
6 |
|
7 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response ) {
|
8 |
if( count($get_subscribers) > 0){
|
@@ -17,8 +17,7 @@ if( count($get_subscribers) > 0){
|
|
17 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
20 |
-
<li><
|
21 |
-
<li><p>You have <?php echo $account_response['subscribers_remain'];?> subsribers left</p></li>
|
22 |
</ul>
|
23 |
</div>
|
24 |
<!-- Content Start -->
|
2 |
$check_api_key=Mage::app()->getStore()->getConfig('pushassistsection/general/apikey');
|
3 |
$check_secret_key=Mage::app()->getStore()->getConfig('pushassistsection/general/secretkey');
|
4 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
5 |
+
$account_url='https://'.$account_response['account_name'].'.pushassist.com/dashboard/';
|
6 |
|
7 |
if($check_api_key!='' && $check_secret_key != '' && $account_response['error'] == '' && $account_response ) {
|
8 |
if( count($get_subscribers) > 0){
|
17 |
<li><a href="<?php echo $this->getUrl('*/pushassist_segments'); ?>">Segments</a></li>
|
18 |
<li><a href="<?php echo $this->getUrl('*/pushassist_createsegments'); ?>">Create Segment</a></li>
|
19 |
<li><a href="<?php echo $this->getUrl('*/pushassist_subscribers'); ?>">Subscribers</a></li>
|
20 |
+
<li><a href="<?php echo $this->getUrl('*/pushassist_campaign'); ?>">Campaigns</a></li>
|
|
|
21 |
</ul>
|
22 |
</div>
|
23 |
<!-- Content Start -->
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Webpushnotification_Pushassist</name>
|
4 |
-
<version>1.0.
|
5 |
-
<stability>
|
6 |
<license uri="https://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>Push Notification Delivery &
|
10 |
<description>Quickly Send push notifications from desktop or mobile websites to your site users. Powerful APIs and tools that allow you to send, receive and track push messages. Set up trigger marketing campaigns, schedule push notification and much more. Quick 5 minutes setup to implement push notifications for ANY website.</description>
|
11 |
-
<notes>Built a stable version 1.0.
|
12 |
<authors><author><name>PushAssist Team</name><user>PushAssist</user><email>support@pushassist.com</email></author></authors>
|
13 |
-
<date>2016-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Webpushnotification"><dir name="Pushassist"><dir name="Block"><dir name="Adminhtml"><file name="Campaign.php" hash="df4a8dc02241f6b486ec539bc2e71370"/><file name="Createaccount.php" hash="2775e933f8b780e022fa3ff0b88b076e"/><file name="Createcampaign.php" hash="318eb9deab2bfc9a8c4cad81449aaf0f"/><file name="Createsegments.php" hash="94ef9183a9c9a56bfb3dece4c4e97fce"/><file name="Dashboard.php" hash="56e56097a9ec2421218ef8d54e8a5e36"/><file name="Notificationmain.php" hash="c5407e7f33659982ce1e12287e96b541"/><file name="Notificationsend.php" hash="c82ebd53ae7efb4c24cb168e75e8ed44"/><file name="Segments.php" hash="2b4bb8731d1ffc0509210e4b0526e247"/><file name="Subscribers.php" hash="7698cd83f156fac6ddea9219716508a5"/></dir><file name="Script.php" hash="48243a667f3c01aa3b0a749122c9ebcf"/></dir><dir name="Helper"><file name="Data.php" hash="03864fd3c190f35a69b9cc63b4328900"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Pushassist"><file name="CampaignController.php" hash="e559d83bcebede0ddb1402ef694fea1f"/><file name="CampaignlistController.php" hash="693d94b5c087f2f1339ea192df4c10ab"/><file name="CreateaccountController.php" hash="2d2ade7317c1bbb9f5a70c9556f708cf"/><file name="CreatecampaignController.php" hash="50f14a68cc26ba3fcbc55207f9612aa6"/><file name="CreatesegmentsController.php" hash="b2e45413a9bdb163d35a84896f8a2173"/><file name="DashboardController.php" hash="cbd8c12f1d2ca2072944bb80b1cd2d88"/><file name="NotificationmainController.php" hash="319b0b896ce243f64ccb7aa12f130ef0"/><file name="NotificationsendController.php" hash="8b912d9c2cfd224bd05657eb36b7b360"/><file name="SegmentsController.php" hash="8d366c16f7e8817413e0492a919ce61d"/><file name="SubscribersController.php" hash="7c941c29948e69b6aabd90b44e4a63fa"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Webpushnotification_Pushassist</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
+
<stability>devel</stability>
|
6 |
<license uri="https://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Push Notification Delivery & Analytics for Websites and Mobile. Send Push Notifications to your customers and store visitors.</summary>
|
10 |
<description>Quickly Send push notifications from desktop or mobile websites to your site users. Powerful APIs and tools that allow you to send, receive and track push messages. Set up trigger marketing campaigns, schedule push notification and much more. Quick 5 minutes setup to implement push notifications for ANY website.</description>
|
11 |
+
<notes>Built a stable version 1.0.2</notes>
|
12 |
<authors><author><name>PushAssist Team</name><user>PushAssist</user><email>support@pushassist.com</email></author></authors>
|
13 |
+
<date>2016-06-07</date>
|
14 |
+
<time>13:31:59</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Webpushnotification"><dir name="Pushassist"><dir name="Block"><dir name="Adminhtml"><file name="Campaign.php" hash="df4a8dc02241f6b486ec539bc2e71370"/><file name="Createaccount.php" hash="2775e933f8b780e022fa3ff0b88b076e"/><file name="Createcampaign.php" hash="318eb9deab2bfc9a8c4cad81449aaf0f"/><file name="Createsegments.php" hash="94ef9183a9c9a56bfb3dece4c4e97fce"/><file name="Dashboard.php" hash="56e56097a9ec2421218ef8d54e8a5e36"/><file name="Notificationmain.php" hash="c5407e7f33659982ce1e12287e96b541"/><file name="Notificationsend.php" hash="c82ebd53ae7efb4c24cb168e75e8ed44"/><file name="Segments.php" hash="2b4bb8731d1ffc0509210e4b0526e247"/><file name="Subscribers.php" hash="7698cd83f156fac6ddea9219716508a5"/></dir><file name="Script.php" hash="48243a667f3c01aa3b0a749122c9ebcf"/></dir><dir name="Helper"><file name="Data.php" hash="03864fd3c190f35a69b9cc63b4328900"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Pushassist"><file name="CampaignController.php" hash="e559d83bcebede0ddb1402ef694fea1f"/><file name="CampaignlistController.php" hash="693d94b5c087f2f1339ea192df4c10ab"/><file name="CreateaccountController.php" hash="2d2ade7317c1bbb9f5a70c9556f708cf"/><file name="CreatecampaignController.php" hash="50f14a68cc26ba3fcbc55207f9612aa6"/><file name="CreatesegmentsController.php" hash="b2e45413a9bdb163d35a84896f8a2173"/><file name="DashboardController.php" hash="cbd8c12f1d2ca2072944bb80b1cd2d88"/><file name="NotificationmainController.php" hash="319b0b896ce243f64ccb7aa12f130ef0"/><file name="NotificationsendController.php" hash="8b912d9c2cfd224bd05657eb36b7b360"/><file name="SegmentsController.php" hash="8d366c16f7e8817413e0492a919ce61d"/><file name="SubscribersController.php" hash="7c941c29948e69b6aabd90b44e4a63fa"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="53dc5a641bacee05f9655c7f87c4e258"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Webpushnotification_Pushassist.xml" hash="d32b8e99774c18aa5aab352cfdd06e96"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="pushassist"><file name="5122pushassist_default.png" hash="052f22a579eff08d9b203c7c905c2ea8"/><file name="7991logo.png" hash="da2f3a6c26048c151dd8d06f709e801e"/><file name="campaign.png" hash="fb1f5604466870a9f35dcd62eb6c562f"/><file name="content_base.css" hash="740a7345d330d036ededc2ced7ac9a08"/><dir name="images"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/></dir><file name="notification_setting.png" hash="8bf9fbc3ef19ab67e1da8f3849d53a9f"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="pushassist.xml" hash="908faa1ccc71566b48ae90bfe7fe1698"/></dir><dir name="template"><dir name="pushassist"><file name="campaign.phtml" hash="92cfdc7b4fa573c48301cb78a155434d"/><file name="create_account.phtml" hash="4b64e8014eabd75e3f42887b5e2c6175"/><file name="createcampaign.phtml" hash="b154baf3b6e9deb7b210041924091b11"/><file name="createsegments.phtml" hash="1d1b46f22008d391beff7b5535a87561"/><file name="dashboard.phtml" hash="b87a98822180471666e4d455835f1d08"/><file name="notification.phtml" hash="dfc090e8f23aba03a08fb8f1114032a6"/><file name="segments.phtml" hash="3f2ca2282c12028085eeabc4863eee78"/><file name="sendnotification.phtml" hash="f311bc6b71f317f522f37a756fc6afba"/><file name="subscribers.phtml" hash="aaeaba23554e3baaae56ef152876542f"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="pushassist"><file name="bootstrap-datetimepicker.js" hash="3476fc7070ebef66f2c3a6c1c7f3a408"/><file name="bootstrap-select.js" hash="1b4396af90dda85e5e06782133aaa443"/><file name="bootstrap.min.js" hash="8c237312864d2e4c4f03544cd4f9b195"/><file name="jquery.min.js" hash="8101d596b2b8fa35fe3a634ea342d7c3"/><file name="plugins.js" hash="d671d70560ecac1b27b328f643f76fc2"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
skin/adminhtml/default/default/pushassist/campaign.png
ADDED
Binary file
|
skin/adminhtml/default/default/pushassist/content_base.css
CHANGED
@@ -313,8 +313,36 @@ font-size:15px;
|
|
313 |
#pushassist .col-xs-1 {
|
314 |
width: 8.33333333%;
|
315 |
}
|
316 |
-
|
317 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
@media (min-width: 768px) {
|
319 |
#pushassist .col-sm-1, #pushassist .col-sm-2, #pushassist .col-sm-3, #pushassist .col-sm-4, #pushassist .col-sm-5, #pushassist .col-sm-6, #pushassist .col-sm-7, #pushassist .col-sm-8, #pushassist .col-sm-9, #pushassist .col-sm-10, #pushassist .col-sm-11, #pushassist .col-sm-12 {
|
320 |
float: left;
|
313 |
#pushassist .col-xs-1 {
|
314 |
width: 8.33333333%;
|
315 |
}
|
316 |
+
#pushassist .sub_count {
|
317 |
+
float: right;
|
318 |
+
margin-right: 10px;
|
319 |
+
}
|
320 |
+
#pushassist .sub_count span {
|
321 |
+
font-size: 15px;
|
322 |
+
}
|
323 |
+
#pushassist .sub_count a {
|
324 |
+
margin-left: 10px;
|
325 |
+
background-color: #616161;
|
326 |
+
color: #ffffff;
|
327 |
+
-moz-user-select: none;
|
328 |
+
border: medium none;
|
329 |
+
border-radius: 3px;
|
330 |
+
cursor: pointer;
|
331 |
+
font-size: 14px;
|
332 |
+
font-weight: 400;
|
333 |
+
line-height: 1.42857;
|
334 |
+
margin-bottom: 0;
|
335 |
+
padding: 7px 20px;
|
336 |
+
text-align: center;
|
337 |
+
vertical-align: middle;
|
338 |
+
white-space: nowrap;
|
339 |
+
}
|
340 |
+
.pushcache{
|
341 |
+
|
342 |
+
margin-left: 10px;
|
343 |
+
padding-bottom:8px;
|
344 |
+
float: left;
|
345 |
+
width: 80%;}
|
346 |
@media (min-width: 768px) {
|
347 |
#pushassist .col-sm-1, #pushassist .col-sm-2, #pushassist .col-sm-3, #pushassist .col-sm-4, #pushassist .col-sm-5, #pushassist .col-sm-6, #pushassist .col-sm-7, #pushassist .col-sm-8, #pushassist .col-sm-9, #pushassist .col-sm-10, #pushassist .col-sm-11, #pushassist .col-sm-12 {
|
348 |
float: left;
|
skin/adminhtml/default/default/pushassist/notification_setting.png
ADDED
Binary file
|