PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.3.0
ShopBuilder – WooCommerce Builder For Elementor v3.3.0
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Models/ElementList.php +1 -27 3.4.23.3.0 View file →
@@ -50,9 +50,9 @@
50 50 'shop' => [
51 51 'title' => esc_html__( 'Shop / Archive', 'shopbuilder' ),
52 52 ],
53 53 'product' => [
54 - 'title' => esc_html__( 'Product Page', 'shopbuilder' ),
54 + 'title' => esc_html__( 'Single', 'shopbuilder' ),
55 55 ],
56 56 'quick_view' => [
57 57 'title' => esc_html__( 'Quick View', 'shopbuilder' ),
58 58 ],
@@ -246,10 +246,8 @@
246 246 'account_navigation_edit_shipping' => 'address',
247 247 'account_dashboard' => 'user',
248 248 'account_orders' => 'document',
249 249 'account_downloads' => 'download',
250 - 'account_gift_cards' => 'gift',
251 - 'account_gift_card_details' => 'gift',
252 250 'account_billing_address' => 'address',
253 251 'account_shipping_address' => 'address',
254 252 'account_address_description' => 'document',
255 253 'account_details' => 'user',
@@ -1835,32 +1833,8 @@
1835 1833 'rtsb/elements/account_downloads/options',
1836 1834 [
1837 1835 'id' => 'account_downloads',
1838 1836 'title' => esc_html__( 'Account Downloads', 'shopbuilder' ),
1839 - 'category' => 'myaccount_dashboard',
1840 - 'is_front_page' => 'all_myaccount_dashboard_inner',
1841 - 'active' => 'on',
1842 - 'package' => $this->pro_package(),
1843 - 'fields' => [],
1844 - ]
1845 - ),
1846 - 'account_gift_cards' => apply_filters(
1847 - 'rtsb/elements/account_gift_cards/options',
1848 - [
1849 - 'id' => 'account_gift_cards',
1850 - 'title' => esc_html__( 'Account Gift Cards', 'shopbuilder' ),
1851 - 'category' => 'myaccount_dashboard',
1852 - 'is_front_page' => 'all_myaccount_dashboard_inner',
1853 - 'active' => 'on',
1854 - 'package' => $this->pro_package(),
1855 - 'fields' => [],
1856 - ]
1857 - ),
1858 - 'account_gift_card_details' => apply_filters(
1859 - 'rtsb/elements/account_gift_card_details/options',
1860 - [
1861 - 'id' => 'account_gift_card_details',
1862 - 'title' => esc_html__( 'Account Gift Card Details', 'shopbuilder' ),
1863 1837 'category' => 'myaccount_dashboard',
1864 1838 'is_front_page' => 'all_myaccount_dashboard_inner',
1865 1839 'active' => 'on',
1866 1840 'package' => $this->pro_package(),