orillacart
Forum Replies Created
-
Hello,
Please ensure that you have set the following properly!
1. Created shipping group and set standart_shipping as a class
2. Added shipping rates and proper rules in those ratesIn most cases this is the reason for that message.
It is possible to remove fields from the checkout form, but to do that you need to add code to the template.php:add_action(“com_shop_before_checkout_fields”,”remove_state_field”);
function remove_state_field($view){
$view->billing->remove_field(‘billing_state’);
$view->shipping->remove_field(‘shipping_state’);
}Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] paypalHello,
If you enable the shipping calculation from the plugin settings, that variable will be added by the method.
The file that contains the paypal method is located in:
/wp-content/plugins/orillacart/com_shop/methods/paypal.php
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] No 'Set Featured Image' button in Add a ProductHello,
I have installed the Minimatica theme and upgrade OrillaCart to it`s latest version. Apparently the problem is caused by the theme. You should check Minimatica theme support forum. You can switch the theme, you can set the featured images, the changes will remain.Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Not making pagesHello,
Have you resaved the permalink structure after the install and activation?
If that is the case, do you have some additional plugin that is altering the urls?Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Italian translationAlso there is no italian translation for the moment.
If you translate the plugin we will be happy to add it in the package, so that the other users can benefit also. You can send the translation to info @ orillacart.comBest Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Italian translationHello,
The file is located in: orillacart/com_shop/languages/com_shop.pot
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Font sizes in different themesHello again,
Also every css file can be overridden.
You can create frontend-styles.css in your theme path,
that file will be used instead of the built in.
You can also copy the built in file and add your changes there, so you dont lose them in case of update.Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Font sizes in different themesHi,
You will need to apply custom css to achieve those changes.
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Product thumbnails not appearing in category listsHello! Product thumbnail images are added from the “Featured Image” panel, located below the categories. Click on the Set featured image and select your thumbnail.
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Possible to modify attributes?Hello,
The attributes should be expandable by clicking on the top right corner.
Please tell me if that works and also if not, check if there are some js errors in the error console.Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Not making pagesThere should be button for that after the checkout.
This behavior can not be controlled. The payment result however is processed by IPN which do not require the user to return to the site.Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Not making pagesAlso an important step that you have to take is to go to the permalink settings and re-save them! This is required, so that you do not get 404 not found error after installing. That steps is general and apply for many plugins.
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Not making pagesAlso here is some additional info.
https://orillacart.com/knowledgebase/Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Not making pagesHello,
Those pages are virtual, only shop page is created. You can add menu links for checkout, cart and account trough menu manager. There is box for shop related pages. If you do not see that box open screen options from upper right corner and activate it.
Best Regards