Git Product home page Git Product logo

inchoo_featuredproducts's People

Contributors

buric avatar gsorry avatar infabo avatar kush1960 avatar quafzi avatar romanpitak avatar vmasciotta avatar weaves81 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

inchoo_featuredproducts's Issues

Additional Attributes in home page

I have successfully installed this extension. I want to show brand and description in home page.
I used to get brand as follows. But it failed.

getBrand(); ?>

and also description.

getDescription();?>

But I retrieved short description as follows.

getShortDescription();?>

Is there any workaround for this?

Thanks.

Issues when feed returns 404

We are lately getting a lot's of errors in the system log related to Inchoo_Notes.

For example:

2014-10-13T13:39:30+00:00 ERR (3): Warning: SimpleXMLElement::__construct(): Entity: line 6: parser error : Entity 'bull' not defined  in /srv/www/magento/public_html/app/code/community/Inchoo/Notes/Model/Feed/Abstract.php on line 30
2014-10-13T13:39:30+00:00 ERR (3): Warning: SimpleXMLElement::__construct(): <title>Page Not Found &bull; Inchoo</title>  in /srv/www/magento/public_html/app/code/community/Inchoo/Notes/Model/Feed/Abstract.php on line 30

What i'm getting from the error is that we probably are getting a 404, so i would like to suggest the following patch:

 class Inchoo_Notes_Model_Feed_Abstract extends Mage_Core_Model_Abstract{
@@ -16,16 +16,16 @@

         $curl->write(Zend_Http_Client::GET, $this->getFeedUrl(), '1.0');
         $data = $curl->read();
-        if ($data === false) {
+
+        if ($data === false || Zend_Http_Response::extractCode($data) !== 200) {
             return false;
         }

Configurable not showing in home page

Hi all,

I have added this and configured well. It shows only simple products in my home page block.
admin
homepage

Is this default functionality?
Is there any workaround for this?

Thanks
Chamath

Invalid attribute type

Hi,

I am getting this error "Invalid attribute type" with the series of other traces when I click on Featured Products option in admin.
I have Magento v1.9.1.0 running
Is there any remedy for this?

can't find template

"If you use custom theme you'll need to copy template and layout files from app/design/frontend/default/default to app/design/frontend/your_package/your/theme in order to see anything on frontend"

I just downloaded the files. I don't have the "app/design/frontend/default" in the package.
I have only rwd and base inside the "frontend" dir.

I have set this featured products block in home page, which is set to 1 column. the products list is on 3 columns only. I guess the missing default template files have something to do with this.
thanks

Responsiveness

I'm implementing the latest version, and although it works great, whenever I open the frontpage on a mobile device the plugin breaks responsiveness.

I'm bluntly assuming this is because the plugin uses tables for layout, instead of divs.

I'm willing to help refactor it to divs, but figured that before just pushing in a pull-request I'd check what your thoughts are.

Block Whitlisting Error

Hi, even if i set the permisson for featuredproducts/listing to allowed the error remains:
Security problem: ”featuredproducts/listing” has not been whitelisted.

Block ist used on homepage like this:
{{block type="featuredproducts/listing"}}

Enabling a featured product deletes URL Key

When using the Featured Product list in the admin section, the URL Key for that product is deleted.
If I goto the product information page and use the dropdown for featured product the URL Key remains.
I'm using Magento 1.9.1.0 and Featured Product 1.2.3

DB Integrity error when installing

Great start.

Installed extension and instantly got:

"
Error in file: "/ssddata/www/www.mydomain.co.uk/app/code/community/Inchoo/FeaturedProducts/sql/featuredproducts_setup/mysql4-install-1.0.1.php" - SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '732-General' for key 'UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME', query was: INSERT INTO eav_attribute_group (attribute_set_id, attribute_group_name, default_id, sort_order) VALUES (?, ?, ?, ?)
#0 /ssddata/www/www.mydomain.co.uk/app/code/core/Mage/Core/Model/Resource/Setup.php(644): Mage::exception('Mage_Core', 'Error in file: ...')
#1 /ssddata/www/www.mydomain.co.uk/app/code/core/Mage/Core/Model/Resource/Setup.php(421): Mage_Core_Model_Resource_Setup->_modifyResourceDb('install', '', '2.0.1')
#2 /ssddata/www/www.mydomain.co.uk/app/code/core/Mage/Core/Model/Resource/Setup.php(327): Mage_Core_Model_Resource_Setup->_installResourceDb('2.0.1')
#3 /ssddata/www/www.mydomain.co.uk/app/code/core/Mage/Core/Model/Resource/Setup.php(235): Mage_Core_Model_Resource_Setup->applyUpdates()
#4 /ssddata/www/www.mydomain.co.uk/app/code/core/Mage/Core/Model/App.php(428): Mage_Core_Model_Resource_Setup::applyAllUpdates()
#5 /ssddata/www/www.mydomain.co.uk/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Model_App->_initModules()
#6 /ssddata/www/www.mydomain.co.uk/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#7 /ssddata/www/www.mydomain.co.uk/index.php(82): Mage::run('', 'store')
#8 {main}

"

EE v1.14.2.4

Any ideas?

Thank you!

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.