Coder Social home page Coder Social logo

Comments (6)

eyalktCloudinary avatar eyalktCloudinary commented on August 16, 2024

Hi @choussamaster , can you elaborate on the issue you're seeing and the use case?
What do you mean by the following line?

"url-rewriting are no more generated"

In addition, what steps does the cronjob performs?

from cloudinary_magento.

choussamaster avatar choussamaster commented on August 16, 2024

no entry are created for the product in catalog > URL Rewrite Management
This is the test case :
Enable cloudinary and auto upload functions
Create a product programmatically or via import (magmi) with status disabled
check that no rule for the new product id exist in "catalog > URL Rewrite Management" in "id path" column, or delete existing url from database
Enable the product programmatically
<?php require_once 'app/Mage.php'; Mage::app('admin'); if(Mage::helper('core')->isModuleEnabled('Cloudinary_Cloudinary')) Mage::helper('cloudinary_cloudinary/autoloader')->register(); $productsId = 438151; $product = Mage::getModel('catalog/product')->load($productId); $product->setStatus(Mage_Catalog_Model_Product_Status::STATUS_ENABLED); $product->save();

check if url rewriting urls for the enabled product are generated in "catalog > URL Rewrite Management"
the result of this bug is that url of enabled product are not url rewrited ex : "/catalog/product/view/id/53033/category/605"
and we have to reindex manually every day

from cloudinary_magento.

eyalktCloudinary avatar eyalktCloudinary commented on August 16, 2024

@choussamaster Can you elaborate on this test step -

check that no rule for the new product id exist in "catalog > URL Rewrite Management" in "id path" column, or delete existing url from database

What is the purpose of that step? Why do you delete the product's "URL Rewrite" record?

from cloudinary_magento.

choussamaster avatar choussamaster commented on August 16, 2024

the purpose of this step is just to check if the product has not url_rewrited url generated yet (it's the case of product created via magmi import or programmatically) with a disabled status, then urls are generated automatically when the product is being activated

from cloudinary_magento.

eyalktCloudinary avatar eyalktCloudinary commented on August 16, 2024

@choussamaster Thank you for the feedback. We've investigated and found your suggestion regarding the removal of the mentioned line effective -

We've added the bug-fix to our roadmap, as such change needs to be thoroughly tested.

from cloudinary_magento.

eyalktCloudinary avatar eyalktCloudinary commented on August 16, 2024

Closing due to time elapsed. Seems to be fixed.

from cloudinary_magento.

Related Issues (20)

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.