Changeset 2701013
- Timestamp:
- 03/29/2022 06:47:04 AM (4 years ago)
- Location:
- qsynced
- Files:
-
- 9 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/screenshot-1.jpg (modified) (previous)
-
assets/screenshot-2.jpg (modified) (previous)
-
assets/screenshot-3.jpg (modified) (previous)
-
tags/1.2.1/readme.txt (modified) (3 diffs)
-
trunk/css.php (modified) (1 diff)
-
trunk/mails.php (modified) (4 diffs)
-
trunk/qsynced.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
qsynced/tags/1.2.1/readme.txt
r2700714 r2701013 1 === Plugin Name===1 === QSynced === 2 2 Contributors: alexcd2000 3 3 Donate link: https://qsynced.com/ … … 16 16 Qsynced restores confidence in your consumers by offering security in the products they want. 17 17 18 Once a product is deemed out of stock, Qsynced replaces the Out of Stockbutton with the ability for the consumer to get in line for the restock.18 Once a product is deemed out of stock, Qsynced replaces the "Out of Stock" button with the ability for the consumer to get in line for the restock. 19 19 20 20 Custom emails can be sent to keep costumer at ease during the re-stock period. … … 26 26 * Prevent consumers from flocking to competitors by allowing them to secure a product in your next shipment and keeping in touch 27 27 * Gain insight on product demand to alleviate pressure along the supply chain from procurement to delivery 28 29 == Frequently Asked Questions == 30 31 = What is the main functionality? = 32 33 Accumulate a waiting list of consumers for your products to turn into revenue the moment inventory is restocked 34 35 = How does Qsynced work? = 36 37 Out of Stock products have surged over 172% from pre-pandemic levels, effecting everyone from big box retailers to mom and pop shops. 38 39 Qsynced restores confidence in your consumers by offering security in the products they want. 40 41 Once a product is deemed out of stock, Qsynced replaces the Out of Stock button with the ability for the consumer to get in line for the restock. 42 43 When the product is toggled back in stock, Qsynced automatically fills the sales in the order they were received. 44 45 == Screenshots == 46 47 1. Main page. 48 2. Emails Settings page. 49 3. Settings page. 28 50 29 51 == Changelog == -
qsynced/trunk/css.php
r2700951 r2701013 1 1 <?php 2 3 2 if ( ! defined('ABSPATH') ){ echo 'lero lero no puedes acceder'; die;}/*esto es por seguridad por si alguien intenta acceder remotamente*/ 4 3 ?> -
qsynced/trunk/mails.php
r2700714 r2701013 42 42 $product="PRODUCT-NAME"; 43 43 44 /*en vez de traer el template del archivo lo estoy mostrando directo en html45 44 $template= file_get_contents(plugin_dir_path(__FILE__) ."/mail-template.php"); 46 45 … … 53 52 $template= str_replace("{product}", $product, $template);/**/ 54 53 54 /*/en vez de traer el template del archivo lo estoy mostrando directo en html 55 55 $message= str_replace("{order}", $order, $message);//convierte el mensaje 56 56 $message= str_replace("{costumer}", $costumer, $message); 57 $message= str_replace("{product}", $product, $message); 57 $message= str_replace("{product}", $product, $message);/*Solo para WP team que te acepte*/ 58 58 ?> 59 59 <table> … … 71 71 72 72 <?php 73 //echo filter_var ($template);73 echo filter_var ($template); 74 74 //mail_send("alejandrocastanondiaz@gmail.com",$subject,$template); 75 75 ?> 76 < div>76 <!--<div> 77 77 <div> 78 78 <div> … … 156 156 </div> 157 157 </div> 158 </div> 158 </div>--> 159 159 160 160 </div> -
qsynced/trunk/qsynced.php
r2700951 r2701013 1 1 <?php 2 3 2 /* 4 3 Plugin Name: QSynced … … 7 6 Author: AlexCD2000 8 7 Author URI: http://alexcd2000.com 9 Version: 1.2. 18 Version: 1.2.2 10 9 License: GPL v3 11 10 -
qsynced/trunk/readme.txt
r2700949 r2701013 5 5 Requires at least: 4.7 6 6 Tested up to: 5.9.1 7 Stable tag: 1.2. 17 Stable tag: 1.2.2 8 8 Requires PHP: 7.0 9 9 License: GPLv3 … … 16 16 Qsynced restores confidence in your consumers by offering security in the products they want. 17 17 18 Out of Stock products have surged over 172% from pre-pandemic levels, effecting everyone from big box retailers to mom and pop shops. 19 20 = How does Qsynced work? = 21 18 22 Once a product is deemed out of stock, Qsynced replaces the "Out of Stock" button with the ability for the consumer to get in line for the restock. 19 23 … … 22 26 When the product is toggled back in stock, Qsynced automatically fills the sales in the order they were received. 23 27 24 Benefits: 28 = Benefits: = 25 29 * Accumulate a waiting list of consumers for your products to turn into revenue the moment inventory is restocked 26 30 * Prevent consumers from flocking to competitors by allowing them to secure a product in your next shipment and keeping in touch 27 31 * Gain insight on product demand to alleviate pressure along the supply chain from procurement to delivery 28 32 29 == Frequently Asked Questions ==30 31 = What is the main functionality? =32 33 Accumulate a waiting list of consumers for your products to turn into revenue the moment inventory is restocked34 35 = How does Qsynced work? =36 37 Out of Stock products have surged over 172% from pre-pandemic levels, effecting everyone from big box retailers to mom and pop shops.38 39 Qsynced restores confidence in your consumers by offering security in the products they want.40 41 Once a product is deemed out of stock, Qsynced replaces the Out of Stock button with the ability for the consumer to get in line for the restock.42 43 When the product is toggled back in stock, Qsynced automatically fills the sales in the order they were received.44 45 33 == Screenshots == 46 34 47 35 1. Main page. 48 2. Emails Settings page. 49 3. Settings page. 36 2. Emails settings page. 37 3. Emails preview page. 38 4. Settings page. 50 39 51 40 == Changelog == 52 41 53 = 1.0 =42 = 1.0.0 = 54 43 * Beta version of the software. 55 44 56 = 2.1 =45 = 1.2.1 = 57 46 * Last stable version, ready for the market. 58 47 59 48 == Upgrade Notice == 60 49 61 = 1.0 =50 = 1.0.0 = 62 51 Beta version, did not make it to the market. 63 52 64 = 2.1 =53 = 1.2.1 = 65 54 Released to the market. Enjoy. 55 56 = 1.2.2 = 57 Force SVN readme.txt update.
Note: See TracChangeset
for help on using the changeset viewer.