laybe saxophone | price | deposit | monthly |
5 month | R8,000.00 | R3,500.00 | R875.00 |
month 1 | month 2 3 4 5 | ||
6 month | R8,500.00 | R3,500.00 | R700.00 |
7 month | R9,000.00 | R3,500.00 | R583.33 |
1327 - Undeclared variable: MAX_DISPLAY_ARTICLES_XSELL
select distinct p.products_id, p.products_image, pd.products_name from articles_xsell ax left join products p on ax.xsell_id = p.products_id left join products_description pd on p.products_id = pd.products_id where ax.articles_id = '151' and pd.language_id = '1' and p.products_status = '1' order by ax.sort_order asc limit MAX_DISPLAY_ARTICLES_XSELL
[TEP STOP]
select distinct p.products_id, p.products_image, pd.products_name from articles_xsell ax left join products p on ax.xsell_id = p.products_id left join products_description pd on p.products_id = pd.products_id where ax.articles_id = '151' and pd.language_id = '1' and p.products_status = '1' order by ax.sort_order asc limit MAX_DISPLAY_ARTICLES_XSELL
[TEP STOP]