bryansammon.wordpress.com
December | 2009 | Bryansammon's Blog
https://bryansammon.wordpress.com/2009/12
My Magento eCommerce Blog: Over my head, and probably yours. Archive for December, 2009. Magento eCommerce: Best advice I could ever give anyone with alot of products. December 30, 2009. Edit the attributes.phtml file. Set the description separate from the (foreach) statement. This will help a ton. Magento eCommerce: If and else statement when using static block includes. December 30, 2009. I did this on the attributes.phtml file:. Php if ($ product- CompatibleIpods2 = 1){. Magento 1.3.2.4. Magento eComm...
bryansammon.wordpress.com
Bryansammon's Blog | My Magento eCommerce Blog:: Over my head, and probably yours | Page 2
https://bryansammon.wordpress.com/page/2
My Magento eCommerce Blog: Over my head, and probably yours. Attribute include based on custom Design – useful tip on attribute.phtml. January 2, 2010. This will do a include based on the custom design. Php if ($ product- getData('custom design') :? Php $ custom design= $ product- getResource()- getAttribute('custom design')- getFrontend()- getValue($ product);? Php if ($ custom design= "default/your theme name"){. Echo $this- getLayout()- createBlock('cms/block')- setBlockId('static block id1')- toHtml().
bryansammon.wordpress.com
Magento eCommerce — Add short description to upsell.phtml – recommended products | Bryansammon's Blog
https://bryansammon.wordpress.com/2009/11/25/magento-upsell-short-description
My Magento eCommerce Blog: Over my head, and probably yours. Magento eCommerce — Add short description to upsell.phtml – recommended products. Magento eCommerce — Add short description to upsell.phtml – recommended products. November 25, 2009. I use Magento 1.3.2.4 and this is how I did it. App code core Mage Catalog Block Product List list upsell.php. Copy that file to your local files. You will need to add folders for this new location:. Mage catalog block product list. That should be it. Awesome dude,...
bryansammon.wordpress.com
bryansammon | Bryansammon's Blog
https://bryansammon.wordpress.com/author/bryansammon
My Magento eCommerce Blog: Over my head, and probably yours. If statement for if product text field does not equal a certain expression. August 25, 2010. Php if ($ product- getSku()! What it says in text field'):? Magento eCommerce 1.3.2.4 : Hover Rollover Mouse Effect on the Add-to-cat button and info buttons. January 20, 2010. This was kinda easy, but I didnt know what to do for the longest time. I could not find any info on how to do this. Here is what I did. 8211;Hope this helps someone else too.
bryansammon.wordpress.com
Magento eCommerce::If and else statement when using static block includes | Bryansammon's Blog
https://bryansammon.wordpress.com/2009/12/30/magento-ecommerceif-and-else-statement-when-using-static-block-includes
My Magento eCommerce Blog: Over my head, and probably yours. Magento eCommerce: If and else statement when using static block includes. Magento eCommerce: If and else statement when using static block includes. December 30, 2009. I did this on the attributes.phtml file:. Php if ($ product- CompatibleIpods2 = 1){. Echo $this- getLayout()- createBlock(‘cms/block’)- setBlockId(‘upac-compatible-ipods-3g’)- toHtml(). Magento 1.3.2.4. Leave a Reply Cancel reply. Enter your comment here. Magento eCommerce 1....
bryansammon.wordpress.com
Magento eCommerce 1.3.2.4:: Or statement based on variable input on attribute.phtml page – using static block as includes | Bryansammon's Blog
https://bryansammon.wordpress.com/2010/01/11/magento-ecommerce-1-3-2-4-or-statement-based-on-variable-input-on-attribute-phtml-page-using-static-block-as-includes
My Magento eCommerce Blog: Over my head, and probably yours. Magento eCommerce 1.3.2.4: Or statement based on variable input on attribute.phtml page – using static block as includes. Magento eCommerce 1.3.2.4: Or statement based on variable input on attribute.phtml page – using static block as includes. January 11, 2010. I used this statement below to get either static block for a variable input on the attributes.phtml page. Php if ($ product- getData(‘upac features’) :? February 4, 2010 at 12:14 am.
bryansammon.wordpress.com
Magento 1.3.2.4 :: or statement based on variable input on available.phtml ->getMethodTitle | Bryansammon's Blog
https://bryansammon.wordpress.com/2010/01/05/magento-1-3-2-4-or-statement-based-on-variable-input-on-available-phtml-getmethodtitle
My Magento eCommerce Blog: Over my head, and probably yours. Magento 1.3.2.4 : or statement based on variable input on available.phtml - getMethodTitle. Magento 1.3.2.4 : or statement based on variable input on available.phtml - getMethodTitle. January 5, 2010. I used this staement below on the available.phtml page to add some text if the shipping method was either UPS next day air or UPS 2nd day air. Php endif ;? Leave a Reply Cancel reply. Enter your comment here. Address never made public). Magento eC...
bryansammon.wordpress.com
Magento 1.3.2.4 — Add a shipping map to your checkout page (one page checkout) | Bryansammon's Blog
https://bryansammon.wordpress.com/2010/01/05/magento-1-3-2-4-add-a-shipping-map-to-your-checkout-page-one-page-checkout
My Magento eCommerce Blog: Over my head, and probably yours. Magento 1.3.2.4 — Add a shipping map to your checkout page (one page checkout). Magento 1.3.2.4 — Add a shipping map to your checkout page (one page checkout). January 5, 2010. I wanted to add a UPS shipping map to my checkout page in magento 1.3.2.4. The file that needs to be edited is: app/frontend/design/default (or other theme) /[Choose your template]/checkout/onepage/shipping method/available.phtml. INSERT YOUR HTML HERE. Php endif ;?
bryansammon.wordpress.com
If and else statement on Attributes.phtml | Bryansammon's Blog
https://bryansammon.wordpress.com/2010/01/03/if-and-else-statement-on-attributes-phtml
My Magento eCommerce Blog: Over my head, and probably yours. If and else statement on Attributes.phtml. If and else statement on Attributes.phtml. January 3, 2010. Php if ($ product- getData(‘title info’) :? Php $ title info= $ product- getResource()- getAttribute(‘title info’)- getFrontend()- getValue($ product);? Php if ($ title info= ”upac-videos”):? Php echo $ product- getVideoTitleText()? Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:.