Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category Style Upload Feature


Guest

Recommended Posts

so you are basically looking to make a mirror search module to include when showing this category page.

you might want to check out how other modules are built, what is kept, what is deleted from the php file. eg the new products module that is used on the home page might be a good reference to look at (or even the product_listing.php file.

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

so you are basically looking to make a mirror search module to include when showing this category page.

you might want to check out how other modules are built, what is kept, what is deleted from the php file. eg the new products module that is used on the home page might be a good reference to look at (or even the product_listing.php file.

 

Correct. I will definately look at those. Can you tell me what is wrong with my if statement though? It should add the words MIRROR PAGE to the 324 category but I seem to have an error in it.

Link to comment
Share on other sites

If I remember well, the application top sets a $current_category_id

I think that's the variable to use in your if statement.

 

I'm not sure if this variable is kept with the seo contribution that you have installed.

 

The current $categories ... definately doesn't make sense

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...