- Posts: 298
- Thank you received: 7
Changes made to products in HikaMarket won't save
-- HikaShop version -- : 2.3.5
-- HikaMarket version -- : 1.5.1
-- Joomla version -- : 3.3.6
-- PHP version -- : 2.3.28
-- Browser(s) name and version -- : Firefox 35.0.1
-- Error-message(debug-mod must be tuned on) -- : No error message.
Just updated to hikashop 2.3.5 and hikmarket 1.5.1 and now changes to the products through hikamarket won't save. They will save through the administration directly in hikashop
Also invoices are printing on two pages wether they need to or not.
Please help.
Please Log in or Create an account to join the conversation.
Can you please try to activate temporally the Joomla debug mode in order to know if there is a SQL error ?
When you click on "save" or "apply", do you have a message displayed telling you that the product was save, or that an error as occurred, or no message at all ?
About the invoices ; there was an issue in HikaMarket, the invoices wasn't display using the "component" page of the template.
So I think that your issue is coming from that ; now that the "component" page is used and the CSS of the template (and the extensions) are loaded.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Thanks for getting back to me. with debug on, there is no message saying the product was saved and no error message is displayed. It just goes back to the listing of products with the change not being saved.
I'm sorry I don't understand what i need to do for the extra blank page being printed.
thanks!
Please Log in or Create an account to join the conversation.
Does your template is compatible with the Joomla messaging system ?
www.hikashop.com/support/support/documen...issues.html#messages
Would it be possible to have an access to your website to see the problem directly ?
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
For such private information you can send me a private message.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Thanks for the access.
I have to admit that I don't understand the issue you got ; which looks like coming from an external plugin or maybe the template.
Here some code from the HikaMarket view "productmarket | form".
At the end of the code, we see that there are the hidden fields.
The result in your website is more than unusual ; instead of displaying the hidden field "ctrl" ; the HTML is broken and the content of the view "form_variants" is re-display into.
We can see that some code has been added by something "else" ; we can see the class "art-button" set on the incorrect added HTML.
There is no such class on the button in the original view.
I put two screenshots ; one from your website (invalid) and another from my local website (as you can have the same result in our demo website).
My conclusion is that, the plugin or element which add the "art-button" class is generating errors in the code ; maybe a wrong regular expression which result of a duplication of a part of the code...
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Well, you can comment the load of the variant edition view.
In the view "productmarket | view", put this line in commentary
The side effect is that you won't be able to edit variants ; you will loose the big feature of HikaMarket 1.5
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Am I looking in the wrong place?
Please Log in or Create an account to join the conversation.
My bad ; I misspel it. It is the view "productmarket | form" ; like I wrote in a previous post.
The other solution, easier than editing a view, is to remove the ACL related to the variant edition (in the HikaMarket configuration for default accesses).
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
In the Hikamarket configuration, I went to Access Level - Product - Edit and removed the check on Variants.
How about the printing on two pages issue?
Please Log in or Create an account to join the conversation.
Like I wrote in my first message:
The issue is link to the CSS of your template ; and more precisely to the "print.css" file for your template.About the invoices ; there was an issue in HikaMarket, the invoices wasn't display using the "component" page of the template.
So I think that your issue is coming from that ; now that the "component" page is used and the CSS of the template (and the extensions) are loaded.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I didn't write that I think that the problem was in the "print.css" ; I write that the problem was in that file.
Because when I open the invoice in a new tab ; I preview a print and I got two pages ; then I edit the print.css file in order to remove the rule
So yes, I'm pretty sure that the issue is coming from the print.css file.
And I also explain before what was the cause and that the issue is not related to HikaMarket.
Thanks for your understanding.
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.