Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Attributions Page Help


kevinb84

Recommended Posts

Well I never noticed until now but my product attributes page has an error of some sort on it. It looks and works properly but when I go to click on page 2 or 3 of my attributes page it never changes. The link sometimes says it goes to page 2 but I cannot see the attributes to change them if I make a mistake. Any help on this matter would be great.

 

thanks,

-Kevin

Link to comment
Share on other sites

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

 

Nope, sorry... don't think thats what I'm looking for. My problem is actually in the admin panel when trying to add attributes to my products. Like Right now I can go back and although I have attributes on 5 products, I can only see/change about 1 of them. And although I click "page 2" and the link says page 2, it still only displays page 1.

Link to comment
Share on other sites

Nope, sorry... don't think thats what I'm looking for. My problem is actually in the admin panel when trying to add attributes to my products. Like Right now I can go back and although I have attributes on 5 products, I can only see/change about 1 of them. And although I click "page 2" and the link says page 2, it still only displays page 1.

I get that on my test site. This is installed under wamp and happens when I have register globals set to on.

 

The web is ok, and that has register globals set to on.

Link to comment
Share on other sites

I get that on my test site. This is installed under wamp and happens when I have register globals set to on.

 

The web is ok, and that has register globals set to on.

 

Sorry not following you. Where would I be able to turn globals off and how would that affect my store?

Link to comment
Share on other sites

Sorry not following you. Where would I be able to turn globals off and how would that affect my store?

You probably can't turn Globals Off. There is an addon to overcome it, or upgrade to RC1. I was just pointing out what happens on my test site.

 

The typo in the title maybe able to be fixed by a moderator. Report it and see what happens.

Link to comment
Share on other sites

You probably can't turn Globals Off. There is an addon to overcome it, or upgrade to RC1. I was just pointing out what happens on my test site.

 

The typo in the title maybe able to be fixed by a moderator. Report it and see what happens.

 

I am currently using RC1, I just downloaded it probably 2 weeks ago

Link to comment
Share on other sites

I found this in the forum and it worked for me:

 

in your catalog\admin\products_attributes.php

 

after this code

 

 

$action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : '');

 

Add:

 

$option_page = (isset($HTTP_GET_VARS['option_page']) ? $HTTP_GET_VARS['option_page'] : '1');
 $value_page = (isset($HTTP_GET_VARS['value_page']) ? $HTTP_GET_VARS['value_page'] : '1');
 $attribute_page = (isset($HTTP_GET_VARS['attribute_page']) ? $HTTP_GET_VARS['attribute_page'] : '1');

 

 

DONE

Link to comment
Share on other sites

  • 3 weeks later...

In your categories listing the same problem happens. When you click page 2, it wont work. In admin >> Configuration >> maximum values. The search results indicate how many to show per page. If you change it, and you have more items in the category than the max search result then page 2 link will be displayed in catalog. The page 2 link wont work without editing code though.

 

Here is the post that addresses it.

http://www.oscommerce.com/forums/index.php?showtopic=287395

 

in

catalog\includes\classes\seo.class.php

 

Just change

return $current_page;

 

to

//return $current_page

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...