Rombol
Постоялец
- Регистрация
- 21 Сен 2015
- Сообщения
- 131
- Реакции
- 14
Я установил Ajax quick checkout 5.0.9Вы установили Shopunity v2.0?
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Я установил Ajax quick checkout 5.0.9Вы установили Shopunity v2.0?
эх.... жаль не хватает мне сообщений для ссылки. так что придется подождать. Интересно, что там может быть нового у шестой версии? Вроде, все, что надо было - реализовано в 5йAjax Quick checkout NEW VERSION 6.0.0.6 BETA for 2.0x (BACKBONE, ANALYTICS) - 2.0.0.0, 2.0.1.0, 2.0.1.1, 2.0.2.0, 2.0.3.1, 2.1.0.1
// Entry
$ _ ['entry_merchant_id'] = 'Merchant ID';
$ _ ['entry_access_key'] = 'Access Key';
$ _ ['entry_access_secret'] = 'Secret Key';
$ _ ['entry_checkout_mode'] = 'Checkout mode';
$ _ ['entry_marketplace'] = 'Marketplace';
$ _ ['entry_order_status'] = 'Order Status';
$ _ ['entry_pending_status'] = 'Pending';
$ _ ['entry_ready_status'] = 'Ready to be Shipped Status';
$ _ ['entry_shipped_status'] = 'Shipped order Status';
$ _ ['entry_canceled_status'] = 'Canceled order Status';
$ _ ['entry_cron_job_url'] = 'Cron Job \' s URL ';
$ _ ['entry_cron_job_token'] = 'Secret Token';
$ _ ['entry_cron_job_last_run'] = 'Cron job \' s Last Run Time ';
$ _ ['entry_ip'] = 'IP Address';
$ _ ['entry_ip_allowed'] = 'IP \' s allowed ';
$ _ ['entry_total'] = 'Total';
$ _ ['entry_geo_zone'] = 'Geo Zone';
$ _ ['entry_status'] = 'Status';
$ _ ['entry_sort_order'] = 'Sort Order';
$ _ ['entry_colour'] = 'Colour';
$ _ ['entry_background'] = 'Background';
$ _ ['entry_size'] = 'Size';
// Help
$ _ ['help_cron_job_url'] = 'Set a cron job to call this URL';
$ _ ['help_adjustment'] = 'Bold fields and at least one "-adj" field are required.';
$ _ ['help_allowed_ips'] = 'Leave empty if you want everyone to see the checkout button';
$ _ ['help_ip'] = 'eg 203.0.113.0 <br /> Leave empty to allow all IPs.';
$ _ ['help_cron_job_token'] = 'Make this long and hard to guess';
// Tab
$ _ ['tab_order_adjustment'] = 'Order Adjustment';
// Error
$ _ ['error_permissions'] = 'You do not have permissions to modify this module';
$ _ ['error_access_secret'] = 'Secret Key is required';
$ _ ['error_access_key'] = 'Access Key is required';
$ _ ['error_merchant_id'] = 'Merchant ID is required';
$ _ ['error_curreny'] = 'Your shop must have% s currency installed and enabled';
$ _ ['error_upload'] = 'Upload failed';
// Entry
$ _ ['entry_merchant_id'] = 'Merchant ID';
$ _ ['entry_access_key'] = 'Access Key';
$ _ ['entry_access_secret'] = 'Secret Key';
$ _ ['entry_checkout_mode'] = 'Checkout mode';
$ _ ['entry_marketplace'] = 'Marketplace';
$ _ ['entry_order_status'] = 'Order Status';
$ _ ['entry_pending_status'] = 'Pending';
$ _ ['entry_ready_status'] = 'Ready to be Shipped Status';
$ _ ['entry_shipped_status'] = 'Shipped order Status';
$ _ ['entry_canceled_status'] = 'Canceled order Status';
$ _ ['entry_cron_job_url'] = 'Cron Job \' s URL ';
$ _ ['entry_cron_job_token'] = 'Secret Token';
$ _ ['entry_cron_job_last_run'] = 'Cron job \' s Last Run Time ';
$ _ ['entry_ip'] = 'IP Address';
$ _ ['entry_ip_allowed'] = 'IP \' s allowed ';
$ _ ['entry_total'] = 'Total';
$ _ ['entry_geo_zone'] = 'Geo Zone';
$ _ ['entry_status'] = 'Status';
$ _ ['entry_sort_order'] = 'Sort Order';
$ _ ['entry_colour'] = 'Colour';
$ _ ['entry_background'] = 'Background';
$ _ ['entry_size'] = 'Size';
// Help
$ _ ['help_cron_job_url'] = 'Set a cron job to call this URL';
$ _ ['help_adjustment'] = 'Bold fields and at least one "-adj" field are required.';
$ _ ['help_allowed_ips'] = 'Leave empty if you want everyone to see the checkout button';
$ _ ['help_ip'] = 'eg 203.0.113.0 <br /> Leave empty to allow all IPs.';
$ _ ['help_cron_job_token'] = 'Make this long and hard to guess';
// Tab
$ _ ['tab_order_adjustment'] = 'Order Adjustment';
// Error
$ _ ['error_permissions'] = 'You do not have permissions to modify this module';
$ _ ['error_access_secret'] = 'Secret Key is required';
$ _ ['error_access_key'] = 'Access Key is required';
$ _ ['error_merchant_id'] = 'Merchant ID is required';
$ _ ['error_curreny'] = 'Your shop must have% s currency installed and enabled';
$ _ ['error_upload'] = 'Upload failed';
[/ QUOTE]