| @@ -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(), |