Jump to content

2 Queries


Guest ed89

Recommended Posts

Apologies if I have posted this in the wrong place. I can't seem to find the .org forums now. :blink:

I am looking for a mod to increase prices by a %age across all products. I know something like this is being worked on for the next CC release, but is there anything available right now?

I am also looking for the quick product manager, where you can change prices etc. in a list, rather than have to go into every product and edit.

Appreciate if anyone can point me in the right direction.

:cry:

Link to comment
Share on other sites

Hi. Thx for your reply. I found the quick product manager mod but I am still struggling to find the mod to update all products prices by %age. Can you pls provide a direct url? If that's not possible on here I would appreciate a PM with one.

Link to comment
Share on other sites

If you're not scared of PHPMyAdmin, you can do this:

UPDATE CubeCart_inventory SET price = price * 1.1 WHERE 1;

That will increase all your prices by 10%.

:w00t:

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