Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ebodbot authored Nov 15, 2023
1 parent 351499b commit f20f188
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ This GitHub repository contains the source code for the EBOD WordPress plugin, w

To configure the EBOD plugin, follow these steps:

1. **API Credentials:** Obtain your API credentials by signing up on the [EBOD website](https://app.bod.digital).
2. **Website Token:** Obtain tour Website token from app.bod.digital administration.
1. **API Credentials:** Obtain your API credentials by signing up on the [EBOD website](https://app.ebod.digital).
2. **Website Token:** Obtain tour Website token from app.ebod.digital administration.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Key Features:
== Frequently Asked Questions ==

1. **How do I obtain API credentials for EBOD?**
You can obtain your API credentials by signing up on the [EBOD website](https://app.bod.digital).
You can obtain your API credentials by signing up on the [EBOD website](https://app.ebod.digital).

2. **Can I customize the types of engagement and rewards offered to users?**
Yes, you can tailor engagement options and reward types to suit your website's needs via the plugin settings.
Expand Down
8 changes: 4 additions & 4 deletions admin/class-ebod-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function ebod_settings_section_callback() {
?>
<p>
Track easily the orders on your webpage and the user actions!<br>
Plugin info at <a href="https://app.bod.digital/merchant/login/" target="_blank">https://app.bod.digital/merchant/login/</a>.
Plugin info at <a href="https://app.ebod.digital/merchant/login/" target="_blank">https://app.ebod.digital/merchant/login/</a>.
</p>
<?php
}
Expand All @@ -170,7 +170,7 @@ function ebod_apitoken_field_callback() {
<div id="cn_app_id">
<input type="text" name="ebod_settings[ebod_apitoken_field]" value="<?php echo isset( $setting['ebod_apitoken_field'] ) ? esc_attr( $setting['ebod_apitoken_field'] ) : ''; ?>">

<p class="description">Authorization token for authentication. You can find the token adminitration <a href="https://app.bod.digital/admin/tokens" target="_blank">here</a>.</p>
<p class="description">Authorization token for authentication. You can find the token adminitration <a href="https://app.ebod.digital/admin/tokens" target="_blank">here</a>.</p>
<p class="description" style="color:orange;">
<?php
if(isset($setting['ebod_timecreated_field'])) {
Expand All @@ -181,7 +181,7 @@ function ebod_apitoken_field_callback() {
echo 'Your token will expire in '.$remainingDays.' days. ';

if ($currentTimestamp >= ( $timestamp180DaysLater - (30 * 24 * 60 * 60) )) {
echo 'Please <a href="https://app.bod.digital/admin/tokens" target="_blank">generate a new token</a> before it expires!';
echo 'Please <a href="https://app.ebod.digital/admin/tokens" target="_blank">generate a new token</a> before it expires!';
}
}
?>
Expand All @@ -200,7 +200,7 @@ function ebod_webtoken_field_callback() {
<?php if(!is_woocommerce_activated()): ?>
<p class="description" style="color:red;">
Before setup EBOD tracking, please install and activate Woocommerce plugin first!
</p> <a href="https://mamsikovneruky.sk/wp-admin/plugin-install.php?s=woocommerce&tab=search&type=term">Install woocommerce now</a>
</p> <a href="/wp-admin/plugin-install.php?s=woocommerce&tab=search&type=term">Install woocommerce now</a>
<?php endif; ?>
</div>
</fieldset>
Expand Down
6 changes: 3 additions & 3 deletions admin/partials/ebod-admin-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<p>Discover a Revolutionary Way to Earn Rewards and Enhance Your Experience with EBOD, Where Engagement Transforms into Benefits – Join Our Vibrant Community Today and Embrace a Future of Rewarding Interactions!</p>
</div>
<img src="//cns2-53eb.kxcdn.com/screen-dashboard-small.png">
<a href="https://app.bod.digital/merchant/signup/" target="_blank" class="cn-btn cn-run-upgrade">Free Sign Up</a>
<a href="https://app.ebod.digital/merchant/signup/" target="_blank" class="cn-btn cn-run-upgrade">Free Sign Up</a>
<br><br>
<a href="https://bod.digital" target="_blank">read more about ebod <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-external-link" width="12" height="12" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<a href="https://ebod.digital" target="_blank">read more about ebod <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-external-link" width="12" height="12" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6"></path>
<path d="M11 13l9 -9"></path>
Expand All @@ -48,7 +48,7 @@
<?php if(!is_woocommerce_activated()): ?>
<div class="notice notice-error">
<p>
Woocommerce plugin is not installed and active! <a href="https://mamsikovneruky.sk/wp-admin/plugin-install.php?s=woocommerce&tab=search&type=term">Install woocommerce now</a>.
Woocommerce plugin is not installed and active! <a href="/wp-admin/plugin-install.php?s=woocommerce&tab=search&type=term">Install woocommerce now</a>.
</p>
</div>
<?php endif; ?>
Expand Down

0 comments on commit f20f188

Please sign in to comment.