News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

404 Saving or Canceling product edit

Started by nikola_blin, December 17, 2014, 11:09:27 AM

Previous topic - Next topic

nikola_blin

Hi all.

I'll try to save product after editting from FrontEnd. When I click "Save" button, it redirect to /index.php?option=com_virtuemart&view=product (404 page) (The product changes is saved).
The same redirect works with "Cancel" button.

How can I change a redirect link of these buttons? Thanks

Joomla 2.5.27
Virtuemart 2.6.0


Milbo

If you create a product and you unpublish it, or it is not accessible for your admin, then this happens.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

nikola_blin

Quote from: Milbo on December 18, 2014, 09:48:21 AM
If you create a product and you unpublish it, or it is not accessible for your admin, then this happens.

No no, I just edit existing product. And when I click "Save", it saving the changes.

Problem only in redirect after saving (to /index.php?option=com_virtuemart&view=product). I want to change it.

Milbo

what is the exact link? What is the message? Hmm maybe a SEF issue.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

nikola_blin

Quote from: Milbo on December 18, 2014, 20:18:54 PM
what is the exact link? What is the message? Hmm maybe a SEF issue.

The exact link after click - http://angryteamshop.kz/index.php?option=com_virtuemart&view=product
Message - typical Joomla 404 error
Standart Joomla SEF is ON.

I'm at a loss =(




Milbo

Quote from: nikola_blin on December 17, 2014, 11:09:27 AM
Virtuemart 2.6.0

UPss, I slept, this function works best with vm3. The update is relativly easy. Or try at least the most recent vm2.6
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

nikola_blin

Quote from: Milbo on December 18, 2014, 21:42:01 PM
Quote from: nikola_blin on December 17, 2014, 11:09:27 AM
Virtuemart 2.6.0

UPss, I slept, this function works best with vm3. The update is relativly easy. Or try at least the most recent vm2.6

Sorry, but I can't update VM version. There is lots of changes in installed version, not only in configs.

I tried to redirect this page with htaccess:

Redirect 301 /index.php?option=com_virtuemart&view=product http://angryteamshop.kz/shop

but it doesn't work =(