Welcome Guest, Not a member yet? Register   Sign In
Product Category Identification without using querystring
#1

[eluser]Unknown[/eluser]
how can i find specific category product from all products table without using querystring ???
#2

[eluser]TheFuzzy0ne[/eluser]
Welcome to the CodeIgniter forums!

It depends what you mean. If you explain why you think you need to use query strings, and why you don't want to, that would be useful.
#3

[eluser]Unknown[/eluser]
cuz query string creates problem while pagination n add to cart functionality so want to use alternative of querystring,any solution in Codeigniter ?
#4

[eluser]Pert[/eluser]
[quote author="hpvaghani" date="1369978687"]cuz query string creates problem while pagination n add to cart functionality so want to use alternative of querystring,any solution in Codeigniter ?[/quote]

Can you give us examples of current undesired link and new link format that you'd like to use and we'll see if we can figure it out?
#5

[eluser]TheFuzzy0ne[/eluser]
If I understand you correctly, the simplest solution would be to use the category and product IDs in the URL.

yoursite.tld/categories/view/<category_id>[/<page_num>]
yoursite.tld/products/view/<product_id>
yoursite.tld/cart/add/<product_id>

Is there any reason that won't work for you?




Theme © iAndrew 2016 - Forum software by © MyBB