This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for i in REG_* ; do mv $i `echo $i | sed 's/REG_//'`; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function _check_product_price($p) | |
| { | |
| $group_id = $this->EE->session->userdata["group_id"]; | |
| // Deal with our price matrix | |
| foreach($p["price_matrix"] as $price){ | |
| if( $price["group_id"] == 0 || | |
| $price["group_id"] == $group_id){ | |
| $amt = array( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {exp:query sql="SELECT * FROM exp_br_category WHERE parent_id = (SELECT category_id FROM exp_br_category WHERE url_title = 'products') ORDER BY sort"} | |
| <h2>{title}</h2> | |
| {url_title} | |
| <br /> | |
| {image} | |
| <br /> | |
| {detail} | |
| <hr /> | |
| {/exp:query} |
NewerOlder