Conversation
Order without registration possible
Travis url fixed
…s to explicitly get the product view rather than assuming they are rendered on it
|
rebased. Good to merge? |
|
@skaeser Is this of interest? |
|
Hey @Gomez this is of interest yes, thanks.. ;-) I quickly scanned through the changes and found some issues, which would need to be resolved in order to get merged: https://github.com/Gomez/pcommerce.core/blob/noreg_order/src/pcommerce/core/profiles/default/.propertiestool.xml.swp should be removed https://github.com/Gomez/pcommerce.core/blob/noreg_order/src/pcommerce/core/browser/getprice.js and https://github.com/Gomez/pcommerce.core/blob/noreg_order/src/pcommerce/core/browser/javascripts/as_customer.js should be properly wrapped as mentioned above, e.g. (function($) {
$('document').ready(function() {
// [...]
})(jQuery);https://github.com/Gomez/pcommerce.core/blob/noreg_order/src/pcommerce/core/browser/javascripts/as_customer.js seems to have left merging info, which needs to be removed. |
try to get anonymous order switch into master