shop made simple problem
Posted: Sat Mar 31, 2012 3:17 pm
hello, at first, sorry for my English.
I'm using shop made simple module and faced with a problem.
I want something like 3 pages.
first is for categories. (alias : categlist)
second is for product list of selected category. (alias : prodlist)
and third one is for product description. (alias : proddescription).
i want it because if all things are on one page, when user select one product and then he wants to return to the list of products, user can only press back in browser interface. I want him to press some link to back to productlist.(for example standart breadcrumbs. You are aat page : 'prodlist' , previous page: 'categorylist').
These are the things, which i've tried to do:
-i created page with alias 'categlist' and placed
{cms_module module=ShopMadeSimple display='categorylist' detailpage="prodlist"} on it.
and create page with alias 'prodlist'.
And it works. When i trie to select category the page is reload and its URL is index.php?mact=ShopMadeSimple,cntnt01,fe_product_list,0&cntnt01category_id=1&cntnt01returnid=61
and i see You are aat page : 'prodlist' and previous page: 'categorylist'.
But then, when i select product i see page with URL
index.php?mact=ShopMadeSimple,cntnt01,fe_product_detail,0&cntnt01category_id=1&cntnt01product_id=1&cntnt01returnid=61
and i see again You are aat page : 'prodlist' and previous page: 'categorylist'.
i tried to place on page prodlist this smarty:
{cms_module module=ShopMadeSimple display='productlist' detailpage="proddescription"}. but it didnt help.
and I am confused by URL.
i was waiting for something like
my_site.com/index.php?page=prodlist...
after i selected category (from categories to prodlist).
Can You tell me what is wrong?)
maybe someone can advise me another module with simple interface. I need small commercial module with very simple cart and possibility of simple ordering like
name :
e-mail:
phonenumber:
deliverytype:
Thank you for help in advance.
I'm using shop made simple module and faced with a problem.
I want something like 3 pages.
first is for categories. (alias : categlist)
second is for product list of selected category. (alias : prodlist)
and third one is for product description. (alias : proddescription).
i want it because if all things are on one page, when user select one product and then he wants to return to the list of products, user can only press back in browser interface. I want him to press some link to back to productlist.(for example standart breadcrumbs. You are aat page : 'prodlist' , previous page: 'categorylist').
These are the things, which i've tried to do:
-i created page with alias 'categlist' and placed
{cms_module module=ShopMadeSimple display='categorylist' detailpage="prodlist"} on it.
and create page with alias 'prodlist'.
And it works. When i trie to select category the page is reload and its URL is index.php?mact=ShopMadeSimple,cntnt01,fe_product_list,0&cntnt01category_id=1&cntnt01returnid=61
and i see You are aat page : 'prodlist' and previous page: 'categorylist'.
But then, when i select product i see page with URL
index.php?mact=ShopMadeSimple,cntnt01,fe_product_detail,0&cntnt01category_id=1&cntnt01product_id=1&cntnt01returnid=61
and i see again You are aat page : 'prodlist' and previous page: 'categorylist'.
i tried to place on page prodlist this smarty:
{cms_module module=ShopMadeSimple display='productlist' detailpage="proddescription"}. but it didnt help.
and I am confused by URL.
i was waiting for something like
my_site.com/index.php?page=prodlist...
after i selected category (from categories to prodlist).
Can You tell me what is wrong?)
maybe someone can advise me another module with simple interface. I need small commercial module with very simple cart and possibility of simple ordering like
name :
e-mail:
phonenumber:
deliverytype:
Thank you for help in advance.