Cok iyiOption combinations: Ideal for sizes, colors, capacities...
IMPORTANT MESSAGE
This extension was adquired and rebuild by DevmanExtensions, all information related to this product before of 05/06/2018 (like comments, rates about support received ...) it does not have to be considered as "real", since the extension is now another completely rebuilt product as well as the new support provided. Thanks all for your understanding!
BENEFITS
★ Make until 3 options combinations levels.
★ Swap options comb. images in product list views -> Example (featured module)
★ Block add to cart button if trying add more that stock -> Example
★ Dynamic changes product view during select chained options -> See demo
★ Check options and option values configuration -> See demo
★ New option type: "List" -> See demo
★ Easy managing options combinations! -> See demo (open tab "option")
★ Assign image to parent option -> See demo (open tab "Image")
★ General module configuration in admin zone -> See demo
EACH COMBINATION OPTIONS CAN HAVE THIS INDIVIDUAL DATA
* If you do not need so much data, many of these can be disabled from the general configuration to make combination table simpler.
★ Model
★ 3 resim
★ Ekstra metin
★ Miktar
★ Stoku çıkar (açık/kapalı)
★ Müşteri grubuna göre fiyat
★ Müşteri grubuna göre fiyat öneki
★ Müşteri grubuna göre özel fiyat
★ Müşteri grubuna göre özel "başlangıç tarihi"/"bitiş tarihi"
★ Müşteri grubuna göre ödül puanları
★ Boyutlar (Uzunluk, genişlik ve yükseklik)
★ Ağırlık
★ Ağırlık öneki
TEMA UYUMLULUĞU
Opencart 2
- Varsayılan tema
- dergi 2
- köşk
- ClearShop
- KüreTHM
- Sihirli yakınlaştırma uzantısı uyumluluğu
Opencart 3
- Varsayılan tema
- dergi 2
- Günlük 3
- Mağaza Flex
- KüreTHM
- Sihirli yakınlaştırma uzantısı uyumluluğu
SATIN ALMADAN ÖNCE ÖNEMLİ NOT : Bu uzantı tarafından kullanılan temel parçaları değiştiren harici temalar veya harici modüller (örneğin ürün seçenekleri) ile doğru çalışmayı garanti edemeyiz.
Harici temalar hakkında : Bazen tema geliştiricileri, Opencart CORE kurallarına uymayan kendi kodunu kullanır, ayrıca kendi kitaplıklarını ürün resim galerileri için kullanır. Bu, bu uzantı ile bir uyumsuzluk üretecek ve kişisel bir uyarlama gerektirecektir.
Harici modüller hakkında : Aynı şekilde, bu eklenti ile çakışabilecek kritik ürün parçalarını değiştiren harici modülleriniz varsa (ürün seçenekleri gibi) uyumsuzluklar yaşamanız olasıdır.
Tema/uzantı ile uyumsuzluk iade sebebi değildir, eklentiyi ihtiyaçlarınıza uyarlamak için bir bütçe yapmalıyız. Özel geliştirmenin mümkün olmaması durumunda geri ödeme uygulanacaktır.
yass that's what i wantedOption combinations: Ideal for sizes, colors, capacities...
IMPORTANT MESSAGE
This extension was adquired and rebuild by DevmanExtensions, all information related to this product before of 05/06/2018 (like comments, rates about support received ...) it does not have to be considered as "real", since the extension is now another completely rebuilt product as well as the new support provided. Thanks all for your understanding!
BENEFITS
★ Make until 3 options combinations levels.
★ Swap options comb. images in product list views -> Example (featured module)
★ Block add to cart button if trying add more that stock -> Example
★ Dynamic changes product view during select chained options -> See demo
★ Check options and option values configuration -> See demo
★ New option type: "List" -> See demo
★ Easy managing options combinations! -> See demo (open tab "option")
★ Assign image to parent option -> See demo (open tab "Image")
★ General module configuration in admin zone -> See demo
EACH COMBINATION OPTIONS CAN HAVE THIS INDIVIDUAL DATA
* If you do not need so much data, many of these can be disabled from the general configuration to make combination table simpler.
★ Model
★ 3 images
★ Extra text
★ Quantity
★ Subtract stock (on/off)
★ Price by customer group
★ Price prefix by customer group
★ Special price by customer group
★ Special "date start"/"date end" by customer group
★ Reward points by customer group
★ Dimensions (Length, width & height)
★ Weight
★ Weight prefix
THEMES COMPATIBILITY
Opencart 2
- Default theme
- Journal 2
- Pavillion
- ClearShop
- GlobeTHM
- Magic zoom extension compatibility
Opencart 3
- Default theme
- Journal 2
- Journal 3
- Store Flex
- GlobeTHM
- Magic zoom extension compatibility
IMPORTANT NOTE BEFORE PURCHASE: We can not guarantee the correct functioning with external themes or external modules that are modifying essential parts used by this extension (for example product options).
About external themes: Sometimes theme developers use his own code which is not respecting Opencart CORE rules, also using his own libraries to product image galleries. This will produce an incompatibility with this extension and will require a personal adaptation.
About external modules: Same way, if you have external modules that is changing critical product parts that can entry in conflict with this extension (like product options) is possible that you will have incompatibilities.
An incompatibility with your theme/extension is not motive of refund, we have to do a budget to adapt plugin to your neccesities. The refund will be applied in case that the custom develop is not possible.
try changing this.$this->api_url = defined('DEVMAN_SERVER_TEST') ? DEVMAN_SERVER_TEST : 'https://devmanextensions.com/';
topublic function _send_custom_variables_to_view()
{
$this->data_to_view['jquery_variables'] = array(
'token' => $this->token,
'token_name' => $this->token_name,
'link_ajax_get_form' => htmlspecialchars_decode($this->url->link($this->real_extension_type.'/'.$this->extension_name.'&ajax_function=ajax_get_form', $this->token_name.'=' . $this->session->data[$this->token_name], 'SSL')),
'link_ajax_open_ticket' => htmlspecialchars_decode($this->url->link($this->real_extension_type.'/'.$this->extension_name.'&ajax_function=ajax_open_ticket', $this->token_name.'=' . $this->session->data[$this->token_name], 'SSL')),
'text_image_manager' => $this->language->get('text_image_manager')
);
}
or topublic function _send_custom_variables_to_view()
{
$this->data_to_view['jquery_variables'] = array(
'token' => $this->token,
'token_name' => $this->token_name,
'link_ajax_get_form' => null,
'link_ajax_open_ticket' => null,
'text_image_manager' => $this->language->get('text_image_manager')
);
}
I haven't tested it, just a quick pick through the code.public function _send_custom_variables_to_view()
{
$this->data_to_view['jquery_variables'] = array(
'token' => $this->token,
'token_name' => $this->token_name,
'link_ajax_get_form' =>'',
'link_ajax_open_ticket' =>'',
'text_image_manager' => $this->language->get('text_image_manager')
);
}
admin/controler/extension/module/options_to_module.php lisansa sahiptir
bunu değiştirmeyi deneyin.
ile
veya
Test etmedim, sadece kod üzerinden hızlı bir seçim.
Sorry to hear that, may need more digging through the code. I've deleted my copy, cause I don't need it atm for my stores.unfortunately it doesn't work