Giter VIP home page Giter VIP logo

magento-configurable-simple's People

Contributors

aligentjim avatar andyflan avatar damac23 avatar dannevang avatar dmtw avatar insanityinside avatar j0s3f avatar jharrisonau avatar jonpday avatar nhp avatar obigroup avatar roscius avatar thuycom205 avatar tomaszsita 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

Watchers

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

magento-configurable-simple's Issues

Simple product and custom option on configurable product

Hello,

I have one configurable product with 3 simples products.
On every simple product I retrieve all of 3, for changing from one product to another.

How I can get childId with SCP, because my function :

$childIds = Mage::getModel('catalog/product_type_configurable')->getChildrenIds($product->getId());

is not working with SCP.

Thanks for your help,
Regards,
m.

Magento 1.9.1 Responsive

Just a heads up. I installed this plugin and it works just fine, but the images didn't load.
The change I did was in the scp_product_extenstion.js. I changed the onComplete() function (line 353) to call only ProductMediaManager.init();

onComplete: function() {
    ProductMediaManager.init();
}

Of course that this is a bad practice, but I only use the new default responsive theme. Hope this helps someone and maybe it can somehow be inserted into the else bracket on line 360 for everyone to use, but I don't really use anything else, thus have no chance to test it out on other themes so no pull request, sorry!

Hope it helps someone,
John

Update Installation in README.markdown

README.markdown should be updated with current instructions for installation. This should include modman and composer. I continue to see comments from people that installed SCP via magento connect and end up with the old 0.7.4 version from when organicinternet abandoned this project.

Clear instructions on how to install could alleviate people taking the easy wrong route to install this extension.

SKU Change and Image Zoom Bug Fix

Anyone want to help us with a couple changes to this add-on? We want to see the SKU change based on the attribute selected and also fix a problem with the zoom image. When the image changes based on selection the zoom image remains the main product image. We are using a custom theme.

getParentIdsByChild not working

Hello
Since I installed SCP this function don't work :

$simpleProductId = $_product->getId();
$thisProductParentId = Mage::getModel('catalog/product_type_configurable')->getParentIdsByChild($simpleProductId);

$thisProductParentId return 0. So I can't get childrens Id from parent ID . (and on a product without custom option, it's works)

How I can fix it ?

Thanks
Regards,
M.

Fatal error: Call to a member function getData()

Hello,

I'm getting a lot of errors on error_log file like this:

[12-Sep-2014 13:13:57 UTC] PHP Fatal error: Call to a member function getData() on a non-object in app/code/community/OrganicInternet/SimpleConfigurableProducts/Catalog/Model/Product/Type/Configurable/Price.php on line 52
[12-Sep-2014 13:14:16 UTC] PHP Fatal error: Call to a member function getData() on a non-object in app/code/community/OrganicInternet/SimpleConfigurableProducts/Catalog/Model/Product/Type/Configurable/Price.php on line 52
[12-Sep-2014 13:16:18 UTC] PHP Fatal error: Call to a member function getData() on a non-object in app/code/community/OrganicInternet/SimpleConfigurableProducts/Catalog/Model/Product/Type/Configurable/Price.php on line 52
[12-Sep-2014 13:17:28 UTC] PHP Fatal error: Call to a member function getData() on a non-object in app/code/community/OrganicInternet/SimpleConfigurableProducts/Catalog/Model/Product/Type/Configurable/Price.php on line 52
[12-Sep-2014 21:42:45 UTC] PHP Fatal error: Call to a member function getData() on a non-object in app/code/community/OrganicInternet/SimpleConfigurableProducts/Catalog/Model/Product/Type/Configurable/Price.php on line 52

Please advise

Make SCP work with custom Theme- HELP needed

Hello,
I'm using CE1.8.1. SCP works fine with Default theme (image, description, title and prices change correctly). With Magento's inbuilt Modern theme, only image, title and prices change, description doesn't and with a 3rd Party theme- Ultimo, only title and prices change.

Can you please help.

Fatal error on wishlist page

Hello,

I'm getting a fetal error on wishlist page
Fatal error: Call to a member function getData() on a non-object in app/code/community/OrganicInternet/SimpleConfigurableProducts/Catalog/Model/Product/Type/Configurable/Price.php on line 53

Please advise

Thanks

ReferenceError error: Gallery is not defined

Hello, I have a configurable product that contains 3 simple products. When I change the color I see this "ReferenceError error: Gallery is not defined"
I wish they would change the thumb when I change the color of the simple product.
can you help me?

Call to a member function isAvailable() on a non-object

Getting a error 500 with this php error when viewing a configurable product in the store.

PHP Fatal error: Call to a member function isAvailable() on a non-object in /app/code/community/OrganicInternet/SimpleConfigurableProducts/Catalog/Block/Product/View/Type/Configurable.php on line 114

This is with PHP 5.6.0beta4 and Magento 1.9.1 CE.
Any idea on how to patch/fix this?

Installation on Magento 1.7.02

Hi, i want to install this plugin on my mag1702. but i cant see the options.
Please can you send me a help for an install guide for setup the products.

Thanks in advanced

Ralph

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.