11
I Use This!
Very High Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted almost 15 years ago
Things are progressing steadily for v1.4.8. So far I've got Full Customer Details working and finished Admin Order Edit Done Admin Order Entry - 90% done All the major bugs from the 1.4.7 bug thread fixed Ajax ... [More] Remove buttons for the cart sidebox Full Total details for cart sidebox and more little things. Too soon to announce an actual target date but I'm aiming for the 3rd week of May [Less]
Posted almost 15 years ago
eWAY is a UK market leading secure, PCI compliant payment gateway. eWay has recently developed a payment extension so their customer can use OpenCart and receive payments via eWay. Link to the eWay payment gateway extension: ... [More] http://www.eway.co.uk/developer/shopping-carts/integrated-carts/OpenCART-Integrated-Payment-Service-Provider.aspx [Less]
Posted almost 15 years ago
1.4.7 is available to download! FIXED: Coupon discount taking more than the product total. Now matches max product total "Total" order total module allowed negative totals if discounts exceeded total. Now stops at 0 Several ... [More] language duplicates removed Some city names updated in sql Fixed potential filemanager while loop error with readdir (Based on php.net's recommendation) Fixed sagepay array for FailureURL Fixed weight based shipping not supporting 0 cost Fixed document $styles and $scripts on header.tpl to properly support the correct options Shifted the shipping POST check to avoid reloading rate request when going to the payment page and not using quote session check Cleaned up field size inconsistencies with email length between the validation checks and the db Fixed login link to correct "&" vs "&"; Account approve not allowing logins for existing customers Fixed Google Sitemap xml error to correct "&" vs "&amp"; Sort by price converting to string issue store_url duplication in customer approval email Fixed typo in customers "awating" approval function names Fixed typo in order model for "notifiy" in the update function Fixed incorrect Customers Awaiting Approval count on admin dashboard Removed unsafe dompdf.php class file from the dompdf library (support files still intact and safe) ADDED: Universal Upgrade Script (supports upgrades as far back as v1.3.0) Added setting language from url ...route=common/home&language=de Added setting currency from url ...route=common/home&currency=USD Added Product Tag table and added search support in tags. Category Status in admin (per-category) Information Status in admin (per-item) Country Status in admin Zone status in admin Shipping Quote Session option in admin Added version constant at the top of the startup.php file to allow programmatic usage Added page warning on pages with multi-tabs to show error at top instead of just the field errors so it is clear Items per page for admin rows configurable via admin Items per page for catalog items configurable via admin (per store) Show Weight on Cart page option in admin (per store) Latest Module Specials Module Featured Module Disable coupon order total will also disable coupon entry box on front end Persist original route if login required Disabling language removes requirement from need for entry in admin Thickbox agree terms on checkout and create Added Model Search checkbox on Advanced Search Added Popular Products model function (Order by Viewed) for future use. Added $product_info array to the product to make echoing additional fields easier Improved order data return without double processing/subset Added support for common base product discount pricing Added Improved language support. Fallback to English for missing entries to avoid fatal errors over missing language file Notes: All 1.4.6 compatible mods should work with this version No class changes or removals were made. Be sure to read the new upgrade.txt file before trying the new auto-upgrade script. Changes: http://code.google.com/p/opencart/source/detail?r=105 Download: http://opencart.googlecode.com/files/op ... v1.4.7.zip [Less]
Posted almost 15 years ago
Algozone (http://www.algozone.com) has become a sponsor for the the OpenCart project. We are very excited that Algozone is going to be offering OpenCart templates.
Posted almost 15 years ago
I have just changed the main opencart site. It has many new features including sections where you can upload your site to the live sites section, extension management, a bug tracker etc.. More will be coming soon! enjoy!
Posted almost 15 years ago
Error: Shipping method required! This seems to plague a lot of people so I will try to make some GeoZones for Dummies notes here: Glossary Country - A country entry in in OpenCart' Zone - a piece of land parented by a ... [More] country. States, Territories, Provinces that belong to a country GeoZone - short for "Geographical Zone"> GeoZones are created to help define a geographical "zone" of the earth to be used for either shipping or taxation. Separate GeoZones can be created for tax & shipping or sometimes combined GeoZones can be comprised from a single country or zone, or multiple countries and zones Think of a GeoZone as your own personal "Label" for existing countries and zones. If you were to redesign the world, you could label your own country called "Happy Hippo" and it would include whatever countries/zones you wanted. Creating a "Shipping" GeoZone A shipping geozone is an area of land that you want to have specific rate(s) setup for. Name your zone something intuitive so you remember what it is for (e.g. "USA Shipping") When customers create an account, he chooses what zone and country he is from. If that zone & country match up with the same zones and countries within a specific GeoZone, it will show up during checkout. You can have multiple geozones with overlapping countries and zones. In these cases, both options will display during checkout and the customer can choose the cheaper option. Example. Create & Test a USA Shipping GeoZone: In the admin menu, Goto Admin->Configuration->Localisation->Geo Zone Click "Insert" to add a new GeoZone Geo Zone Name: USA Shipping Zone Geo Zone Description: USA Shipping Zone Click the "Add Geo Zone" button Country: United States Zone: All Zones Save In the admin menu, Goto Extension->Shipping Edit one of the zone modules (like weight-based or zone plus) There should be an entry for your new "USA Shipping Zone". Enter the rates as instructed. (ex. 5:10.00, 7:12.00, 10:14.00, 50:63.50, 999:200.00) Be sure that you set the ceiling high enough. For example, if you are configuring the weight-based shipping, and only go up to 20lbs, then if a customers cart totals 21lbs or more, he won't see the zone option available because the range is too small. So be sure to go high enough to cover large orders. This is typically when you start seeing this error: Error: Shipping method required!. It means that there are no available shipping options because the only one you have enabled doesn't cover all ranges. Also be sure you've added the geozones you need. If you add a geozone for USA only, then people with addresses outside of USA will not have any options. Save and goto the front end. Create a customer account and be sure to set the Country to "United States" and the zone to any state. Buy a product and checkout. You should see the USA Shipping Zone option at the price level that matches the weight range of the products in your cart. Creating a "Tax" GeoZone A tax geozone is an area of land that you want to have specific tax rate(s) setup for. Name your zone something intuitive so you remember what it is for (e.g. "California Tax Zone") The product gets set with the new Tax Class that associates with this geozone. When customers create an account, he chooses what zone and country he is from. If that zone & country match up with the same zones and countries within a specific GeoZone, it will apply the tax to the product during checkout. (Or immediately if Display Prices with Tax = True). Example. Create & Test a USA Tax GeoZone In the admin menu, Goto Admin->Configuration->Localisation->Geo Zone Click "Insert" to add a new GeoZone Geo Zone Name: California Tax Zone Geo Zone Description: California Tax Zone Click the "Add Geo Zone" button Country: United States Zone: California Save In the admin menu, Goto Admin->Configuration->Localisation->Tax Class Click "Insert" to add a new Tax Class Tax Class Title: California Tax 9% Tax Class Description: California Tax 9% Click "Add Tax Rate" GeoZone: California Tax Zone Description: CA Tax 9% Tax Rate: 9.0 Priority: 1 Save In the admin menu, Goto Catalog->Product Insert/Edit products and find the Tax Class entry under the Data tab. Change this to the new Tax class. Create a customer account and be sure to set the Country to "United States" and the zone to "California". Buy a product that has the assigned tax class and checkout. On the confirmation page, the "CA Tax 9%" tax should be added to your Totals. If you need to make a "Rest of the World" zone and don't want to have to manually add each country, I created this mod: viewtopic.php?f=23&t=7512 [Less]