Changeset 1372139
- Timestamp:
- 03/16/2016 09:25:50 AM (10 years ago)
- Location:
- woocommerce-frequently-bought-together/trunk
- Files:
-
- 5 edited
-
readme.txt (modified) (1 diff)
-
screenshot-1.png (modified) (previous)
-
screenshot-2.png (modified) (previous)
-
screenshot-3.png (modified) (previous)
-
screenshot-4.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-frequently-bought-together/trunk/readme.txt
r1372128 r1372139 1 === CCAvenue Payment Gateway Advanced for WooCommerce===1 === Woocommerce Frequently Bought Together Plugin === 2 2 Contributors: aheadzen 3 Donate link: http://example.com/ 4 Tags: ccavenue, iframe, payment gateway, embed 5 Requires at least Wordpress: 3.0.0 6 Tested up to Wordpress: 4.0 7 Tested up to WooCommerce: 2.1.0 8 Stable tag: 1.0.0.0 3 Tags: Frequently Bought,Bought Together,Products,WooCommerce,Also Buy products 4 Requires at least : 3.0.0 5 Tested up to: 4.0 6 Stable tag: 2.1.1 9 7 License: GPLv2 or later 10 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 9 12 10 13 Allows you to use CCAvenue payment gateway with the WooCommerce plugin.11 Display products bought frequently together as per past user orders on product detail and cart page. 14 12 15 13 == Description == 16 14 17 Extends WooCommerce with CCAvenue Indian payment gateway. Collect card credentials and accept payments on your checkout page using our secure iFrame. Reduce payment hops and allow customers to make secure payments without leaving your web page(checkout page) for a seamless brand experience. 18 Also integrated sandbox settings, payment gateway name change, description/help change. and many more... 15 <h5>Frequently Bought Products - On the product detail</h5> 19 16 20 Visit [http://aheadzen.com/?p=5342] 17 On the product detail page as per the product past orders list, most purchased products will be display as title "Frequently Bought Together" and "Customers Who Bought This Item Also Bought". 18 19 Frequently Bought Together are 3 most bought products for buyer to add with one click to shopping cart of as per product. 20 21 Customers Who Bought This Item Also Bought are list of maximum 12 product with related to current product and past order bought. 22 23 <h5>Frequently Bought Products - On Cart page</h5> 24 25 Display "Customers Who Bought Items in Your Cart Also Bought" are maximum list of 12 product with related to the product user has added in the cart. 26 27 28 <h4>Idea of plugin</h4> 29 The basic idea of plugin for product detail page is : as per current product page, the plugin will find out the list of past order and order purchased products. 30 Out of the purchased products list, the most popular products mean the products which purchased in more & more orders will display at top. like wise less popular and so on... 31 So user can get idea for popularity combination of current product to but other products easily. 32 33 The main thing for past order is the product should be purchased with more then products in the order list then only the plugin will display bought together product list. 34 The bought together products should be more than 4 to display "Customers Who Bought This Item Also Bought" on product detail and cart page. 35 "Frequently Bought Together" will display only on product detail page not on cart page. 36 37 Same way on cart page, the plugin will find the products selected in the cart and as per products it will get past order list and popular product and display the most popular proudcts in the order. 38 39 <h4>Admin Settings</h4> 40 Go to wp-admin > Left menu > Frequently Bought Together Options > See the plugin options. 41 42 Plugin settings from admin side : http://SITEURL.COM/wp-admin/options-general.php?page=fbp 43 44 Any problems? [Contact Us](http://aheadzen.com/contact/) 45 21 46 == Installation == 22 1. You should have latest version of WooCommerce plugin installed 23 2. Unzip and upload plugin folder to your /wp-content/plugins/ directory OR Go to wp-admin > plugins > Add new Plugin & Upload plugin zip. 24 3. Go to wp-admin > Plugins(left menu) > Activate the plugin 47 1. Unzip and upload plugin folder to your /wp-content/plugins/ directory OR Go to wp-admin > plugins > Add new Plugin & Upload plugin zip. 48 2. Go to wp-admin > Plugins(left menu) > Activate the plugin 49 3. See "Frequently Bought Together" and "Customers Who Bought This Item Also Bought" added on product detail page if product bought more than one order. 50 4. See "Customers Who Bought Items in Your Cart Also Bought" added on cart page. 25 51 26 52 == Screenshots == 27 1. WooCommerce payment gateway setting page 28 2. CCAvenue Advanced setting page 29 3. Checkout Page Payment gateway listing 30 4. CCAvenue Payment Gateway Advanced - on client checkout page without going to ccavenue site. 31 32 33 == Configuration == 34 35 1. Visit the WooCommerce settings page, and click on the Payment Gateways/Checkout tab. 36 2. Click on CCAvenue iFrame to edit the settings. If you do not see CCAvenue iFrame in the list at the top of the screen make sure you have activated the plugin in the WordPress Plugin Manager. 37 3. Enable the Payment Method, name it Credit Card / Debit Card / Internet Banking (this will show up on the payment page your customer sees), add in your merchand id and working key and select Iframe/Redirect Payment. Click Save. 53 1. Plugin Activation on wp-admin. 54 2. "Frequently Bought Together" and "Customers Who Bought This Item Also Bought" on product detail page. 55 3. "Customers Who Bought Items in Your Cart Also Bought" on cart page. 56 3. Admin Settings. 38 57 39 58 40 59 == Changelog == 41 60 42 = 1.0.0 .0=61 = 1.0.0 = 43 62 * Fresh Public Release. 44 63 45 = 1.0. 0.1 =46 * Default address, city, state, country , zip and phone number added in case of user not added while checkout so ccavenue get the default value and continue payment.64 = 1.0.1 = 65 * Error while very few products - SOLVED. 47 66 48 = 1.0.0.2 = 49 * Added option to convert any of currency to INR for ccavenue to work. 50 -- You should use WooCommerce Currency Switcher Plugin to enable multiple currency in your site. 51 52 = 1.0.3 = 53 * Success response display "1" instead of complete the order - ERROR - SOLVED 54 --> it is changed the plugin file name to index.php - because of file name not found for notification url, it was not working. 55 Now it is working OK. 56 57 = 1.0.4 = 58 * CCavenue payment success redirect url was wrong(Redirecting to my account page) - SOLVED 59 -- now it will redirected on order success page so you can manage order tracker system. 67 = 1.0.2 = 68 * Display "Frequently Bought Together" options for product detail/cart page hide.
Note: See TracChangeset
for help on using the changeset viewer.