Giter VIP home page Giter VIP logo

ce-phoenix's Introduction

THIS REPOSITORY IS NOW DEFUNCT

Due to osCommerce' new ownership, we have taken the opportunity to break away from the osCommerce umbrella. This means that we are able to supercharge our efforts to bring you our vision of e-Commerce with no hindrances of user bias, history or politics.

New Repository

CE-PhoenixCart/PhoenixCart

New Forum

CE-PhoenixCart/Forum

Phoenix

Phoenix is a powerful ecommerce shop ready to use out of the box, putting you online and in full control of your business right from the start. Your customers will love the modern, responsive design that will not only make your website look great on all mobile viewing devices but also perform at speed whilst giving you the power to create an individual and unique look to your shop with just a few clicks!

Phoenix is packed with many first class utilities as standard but its modular software design lets you add many more with no programming skills required. The full suite of product, shipping and payment options included will let you sell thousands of products in any number of categories worldwide in any currency or language providing a seamless customer experience.

Demo Site

CE-PhoenixCart/Demo

Installation via Softaculous


CE Phoenix can now be installed easily with just one click via Softaculous

Join the Phoenix Club

If you wish to help steer the future direction of the software please join the Phoenix Forum

ce-phoenix's People

Contributors

acidvertigo avatar auzstar avatar brockleyjohn avatar crazy-colorado avatar cupidare avatar denzel76 avatar ecartz avatar fernandofigue avatar gadlol avatar gburton avatar gergely avatar glwalker avatar haraldpdl avatar javaleryon avatar jwisdom avatar katapofatico avatar mattjt83 avatar mfleeson avatar osc2nuke avatar oscwebshop-nl avatar piernas avatar raiwa avatar ruden avatar scottcwilson avatar sweetnessandlightcandy avatar tgely avatar tsimi78 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ce-phoenix's Issues

ht_noscript module

Outputs body text (div) in the head, which fails html validation.

Would it be better as a header content module?

New Installer not working

Get the following error, I tested it twice than I went back to the original installer and works

There was a problem importing the database. The following error had occured:

Column count doesn't match value count at row 1

Please verify the connection parameters and try again.

Can't change category block grid size

Good evening. I was looking for the last hour, file by file and in admin panel how could i change collumnWidth's for boxes like category, manufactures and other, but i did'nt found. Please provide information and help how we could do that? Cheers! ;)

Add full SEO

Base it on Addon 8864.

HTML

  • Category and Manufacturers HTML Descriptions

SEO Title

  • Categories
  • Manufacturers
  • Products

Meta Data (keywords and description)

  • Categories
  • Manufacturers
  • Products
  • Pages

Testimonials

  • needs to be split from reviews (admin side)

Reviews

  • ability for shopowner to add a review

Other Modules

  • Opengraph for Products
  • gPublisher (aka Direct Connect)

Search Page

  • Plug into the Products Meta Keywords

Typo in ../admin/invoice.php

Line 38:

should be

Also, can I submit a possible replacement invoice.php. Something that is very close, but a little more something to look at?

address_book_details module

https://github.com/gburton/Responsive-osCommerce/blob/master/includes/modules/address_book_details.php#L163

We have an extra parameter "0"

'country', 
(isset($entry['entry_country_id']) ? $entry['entry_country_id'] : STORE_COUNTRY), 
0,
'required aria-required="true" aria-describedby="atCountry" id="inputCountry"'

How I believe it should be:

'country', 
(isset($entry['entry_country_id']) ? $entry['entry_country_id'] : 0), 
'required aria-required="true" aria-describedby="atCountry" id="inputCountry"'

Will look at older 234 and update issue appropriately.

Installer problem

There was a problem importing the database. The following error had occured:

Column count doesn't match value count at row 1

Please verify the connection parameters and try again.

New Products for Month

Templatise to make it easier for site owners (and designers) to make this module look how they want it to look. /includes/modules/products_new.php

search wont enable

the search box is not showing up in my admin -> Modules -> boxes panel to activate it. Everything else works perfectly for me though.

Grid layout has random gaps

In a grid view of a category with 23 products, the list view is correct but the grid view has random gaps.

jquery async problem

There is a bug that appears SOMETIMES because there is the async :

<script src="ext/jquery/jquery-1.11.1.min.js" async></script>

have a look at the screenshot:

screenshot from 2015-10-12 21 17 30

NOTE: tested only locally

But if I refresh the page then its ok.

I repeat that happens sometimes.

screenshot from 2015-10-12 21 25 49

TypeError in ht_product_colorbox.php

includes/modules/header_tags/ht_product_colorbox.php : line 49

When viewing a product with only one image using Firefox or Chrome, this line produces a "TypeError: Cannot read property 'substring' of undefined" error in the console. This is due to the following portion of line 49.

var imgid = $(this).attr('id').substring(9);

Surrounding this with an if statement to check if variable exists removes the error.

Clean Up Language Files

Particularly /includes/languages/english.php

In here there are constants that are unused (hence should be removed entirely)
Also constants that are not used site-wide (hence should be moved to the relevant language sub-file)

/index.php?cPath=0

Showing the entire catalogue looks strange although I believe it is displayed correctly?

Grid List Module

Templatise to make it easier for site owners (and designers) to make this module look how they want it to look. /includes/modules/product_listing.php

checkout_new_address.php: wrong number of parameters tep_get_country_list()

On line 157 we can see tep_get_country_list() calling with 4 parameters:

echo tep_get_country_list('country', STORE_COUNTRY, 0, 'id="inputCountry" aria-describedby="atCountry"');

However, tep_get_country_list() declaration defines only 3 parameters:
function tep_get_country_list($name, $selected = '', $parameters = '')

@gburton I have discovered this problem while searching a similar problem concerning a third party module.

I think the solution is something like this.

What do you think?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.