The product price using alias productPriceGBP is not appearing on my sales page.Everything else like the productName, productNumber, productShortDescription are being displayed well for the individual product.I think this could be the reason why am having a problem with adding products for sale to Add to cart.
When I click on Add to Cart the page just reloads with no changes and the Error console gives me the following results.
Error: uncaught exception: jQuery.validationEngine rules are not loaded, plz add localization files to the page
First off all the productPriceGBP displaying. What is the current currency of the website? If you only have the productPriceGBP and another currency is selected that would explain that. To select a default currency go to the countries in the Tea Commerce section.
About the jQuery problem make sure that jQuery is referenced correctly on the website. You will need that for jQuery UI to work.
Could you try and set up a really simple doctype with only the currency field. And then make a really simple xslt that use the method in Tea Commerce to fetch the price for that node and see if that works. If it does it might be something in your setup of doc types or variants or an error in your xslt or something.
products not being added to cart
Hi
The product price using alias productPriceGBP is not appearing on my sales page.Everything else like the productName, productNumber, productShortDescription are being displayed well for the individual product.I think this could be the reason why am having a problem with adding products for sale to Add to cart.
When I click on Add to Cart the page just reloads with no changes and the Error console gives me the following results.
Error: uncaught exception: jQuery.validationEngine rules are not loaded, plz add localization files to the page
Error: ReferenceError: jQuery is not defined
Source File: http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js
Can you please advise me on what I should do to resolve this issue?
Thanks
Seems like you have two issues.
First off all the productPriceGBP displaying. What is the current currency of the website? If you only have the productPriceGBP and another currency is selected that would explain that. To select a default currency go to the countries in the Tea Commerce section.
About the jQuery problem make sure that jQuery is referenced correctly on the website. You will need that for jQuery UI to work.
/Rune
Thanks for getting back to me Rune but I had already set my default currency under countries to GBP as seen on the image below.
The below image is what I see on my sales page without the product price appearing.
Could there be something else I can try?
Thanks again.
What property alias have you specified for the GBP currency? And does that alias match with the one on you product document type?
Kind regards
Anders
Hi Peter
Did we solve your question?
Kind regards
Anders
Hi Anders.
Very sorry for the late reply been busy on other projects.
My property alias for the GBP currency in Tea commerce section is productPriceGBP and yes it does match with the one on product document type.
What else can I check?
Thanks again
King Regards
Peter
Could you try and set up a really simple doctype with only the currency field. And then make a really simple xslt that use the method in Tea Commerce to fetch the price for that node and see if that works. If it does it might be something in your setup of doc types or variants or an error in your xslt or something.
Kind regards
Anders
Hi Peter
Did you find a solution to your problem?
Kind regards
Anders
Hi Anders
Your suggestion for setting up a simple doctype with one currency field worked.
I was able to trace my mistake from the price fetch method for the node used in Tea commerce.
Thanks again
Kind Regards
Peter
is working on a reply...