Jump to content

khalilrumi

Members
  • Posts

    14
  • Joined

  • Last visited

khalilrumi's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Yes that is the product description short and long,
  2. First, You can use CSV to import product options, it can be manual or you can andy Magento CSV Extension. Secondly you can use any module for this purpose, here is an example fmeextensions.com/color-swatches.html
  3. You can do it in Magento, but customization in Magento can cost you time and headaches. But the modular and MVC approach in Magento works absolutely perfect. Magento does not use smarty. checkout some of the templates before you go on with Magento. The only thing to note is that more and more people are migrating to Magento. So the time is now to decide or in later stage migration will cost you too much.
  4. Did you try ob_end_flush function?
  5. When i started learning Magento, ihad the same question in my mind. Now i develop Magento and Prestashop modules + themes. Here is my experience. If can afford to spend time in learning then go for Magento, i can see people are moving to this shopping cart rapidly than any other. Its tough but worth. Presta and other platforms are way easier. So its your choice now.
  6. In the Google webmasters tools, there is an option to delete your site from Google Index, just do it for your site, select to remove from directory and search results. Also you will have to make a backlink removal plan for your website in case the new site is on different idea. It will not be relevant to have different backlinks. For this purpose you can manually delete all backlinks by changing the link on them (if you have access to them) or you can disavow them. (Google disavow tool)
  7. Resolved, i was using the following code, <?php foreach($_attributes as $_attribute): ?> <dt><label class="required"><em>*</em><?php echo $_attribute->getLabel() ?></label></dt> <dd<?php if ($_attribute->decoratedIsLast){?> class="last"<?php }?>> <div class="input-box"> <select name="super_attribute[<?php echo $_attribute->getAttributeId() ?>]" id="attribute<?php echo $_attribute->getAttributeId() ?>" class="required-entry super-attribute-select"> <option><?php echo $this->__('Choose an Option...') ?></option> </select> </div> </dd> <?php endforeach; ?> Now i will fetch these options from spConfig.config.attributes, i will use following code: <script type="text/javascript"> var spConfig = new Product.Config(<?php echo $this->getJsonConfig() ?>); for(var i=spConfig.settings.length-1;i>=0;i--) { spConfig.settings[i].selectedIndex = 1; } spConfig.reloadPrice(); </script> Thanks,
  8. Allright, the thing is that, with products like tables, chair and other decoration items, customers can select different colors before they buy. The first option is that i would have to create configurable options for each product and load them when the template loads. It can make loading slow. Few options can be shown and then users can select other options if they like. thanks
  9. In order to make may Magento template faster, i am trying to use jquery to load configurable products options. How can i fetch these attributes by using jquery. I want to show default options initially and then customers can change options as per their needs.
  10. I am looking for high level static code analyzer that can check things like unused variable assignments, style warnings, array assignment without initialization etc.
  11. Hi, i had created a banners module that has following features, and want to share with you: 1. Multiple transition effects and sliders 2. Frontend flash enabled 3. A banner block is supported which can be placed any where on website 4. Can create banner campaigns 5. Can display payments, security icons, events information I can attach here but not sure if forum allows me to do so or i can provide a link for it on live website. Please let me know if i should upload or provide a link. Thanks,
  12. Do you intend to you Magento? Because i believe (i may be wrong ) large scale apps are not availabe in Wordpress or their use is not significant. Based on my experiences either custom solutions or CMS like Magento can deal with this problem.
  13. I will check again but last time wherever i went the topic was locked.
  14. Hello this is Khalill, i recently graduated from Mercer Univerty in software engineering. Its been 5 months i am learning PHP, i started working on Magento a month ago, currently i am working as a Interny Magento Developer for FMEextensions(Website), I am new to this forum, looking great but so far every topic seems to be locked. Is it for every new member?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.