Jump to content

Changing order of products in admin


Guest

Recommended Posts

I changed the default order of the way "view products" displays to make it easier to manage categories/images of my most recently added product. An easy change (after a lot of searching lol)

Edit admin/products/index.php

Find about line 254:

$orderBy = $glob['dbprefix']."CubeCart_inventory.productId ASC";

and change it to:

$orderBy = $glob['dbprefix']."CubeCart_inventory.productId DESC";

Now the last one you added will be right on top for easy editing :)

Link to comment
Share on other sites

Not sure what you mean by the first part of this - I don't use category images though on the site I'm working on in v3.

For the other, you can change or delete most text that displays in the language file. I deleted the part about digital downloads on the order acknowledgement email for example (since I don't use them) by just leaving the blank " " where that statement was.

I also tend to "americanize" my language file a bit - though I've had to do a lot less with v3 than I did with v2x! I think we are Americanizing Brooky! lol

Link to comment
Share on other sites

Guest estelle

OD-UNICRON, you will have to know a bit about HTML/CSS to be able to do it.

All the display/formatting information is located in the skins directory.

styleTemplates contains the files which position everything. So you would look in here (viewCat.tpl) to move the catalogue image above the category listing.

styleSheets contain the style sheets which define colours, sizes, borders, margins/padding, etc. You may need to modify these also.

Link to comment
Share on other sites

Guest OD-UNICRON
styleTemplates contains the files which position everything. So you would look in here (viewCat.tpl) to move the catalogue image above the category listing.
thanks, I just was not sure where to look, no I dont know that much of programming or other language, but I do defend my self , so far any changes that was needed was done by me, so far many of you help alot where to go and what to change, thanks guys :o
Link to comment
Share on other sites

  • 1 year later...

Join the conversation

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

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