Advertisement
Guest User

ProductController.php

a guest
May 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. class AprendaMagento_AddToCart_ProductController extends Mage_Core_Controller_Front_Action
  3. {
  4. public function addAction()
  5. {
  6. $sku = $this->getRequest()->getParam('sku');
  7. echo 'Funcionou';
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement