Plugin Directory

Changeset 3007237


Ignore:
Timestamp:
12/08/2023 11:33:41 AM (16 months ago)
Author:
printess
Message:

Added option to change the design name on consecutive save clicks

Location:
printess-editor/trunk
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • printess-editor/trunk/includes/printess-saved-design-repository.php

    r3000004 r3007237  
    256256    global $wpdb;
    257257    $table_name = $wpdb->prefix . "printess_saved_designs";
    258     // $liveTimeInDays = $this->get_design_live_time_in_days();
    259     // $timeOut = new DateTime();
     258    $liveTimeInDays = $this->get_design_live_time_in_days();
     259    $timeOut = new DateTime();
    260260    $now = new DateTime();
    261261    $now->setTimezone(new DateTimeZone('UTC'));
    262262
    263     // $timeOut->add(new DateInterval('P' . $liveTimeInDays . 'D'));
    264     // $timeOut->setTimezone(new DateTimeZone('UTC'));
     263    $timeOut->add(new DateInterval('P' . $liveTimeInDays . 'D'));
     264    $timeOut->setTimezone(new DateTimeZone('UTC'));
    265265
    266266    // $result = $wpdb->update( $table_name, array(
     
    278278      'save_token' => $save_token,
    279279      'thumbnail_url' => $thumbnail_url,
     280      'valid_until' => $timeOut->format('Y-m-d H:i:s'),
    280281      'last_updated_at' => $now->format('Y-m-d H:i:s')),
    281282        array(
    282283              'id' => $design_id,
    283284              'customer_id' => $customer_id ),
    284         array( '%s', '%s', '%s' ),
     285        array( '%s', '%s', '%s', '%s' ),
    285286        array( '%d', '%d' ) );
    286287
  • printess-editor/trunk/languages/printess-editor-en_US.po

    r2977439 r3007237  
    44"Report-Msgid-Bugs-To: \n"
    55"POT-Creation-Date: 2023-09-26 09:19+0000\n"
    6 "PO-Revision-Date: 2023-09-26 11:09+0000\n"
     6"PO-Revision-Date: 2023-12-08 11:26+0000\n"
    77"Last-Translator: \n"
    88"Language-Team: English (United States)\n"
    9 "Language: en_US\n"
     9"Language: en-US\n"
    1010"Plural-Forms: nplurals=2; plural=n != 1;\n"
    1111"MIME-Version: 1.0\n"
     
    1616"X-Domain: printess-editor"
    1717
    18 #: printess.php:471
     18#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3192
     19msgid "Access Token"
     20msgstr ""
     21
     22#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2649
     23msgid "account page"
     24msgstr "account page"
     25
     26#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3107
     27msgid "Add to cart after customization"
     28msgstr "Add to cart after customization"
     29
     30#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1092
     31msgid "Adding item to cart."
     32msgstr ""
     33
     34#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3073
     35msgid "Additional classes for customize button"
     36msgstr "Additional classes for customize button"
     37
     38#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:332
     39msgid ""
     40"After saving, your saved design can be found under {SAVE_DESIGN} on your "
     41"account page."
     42msgstr ""
     43
     44#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3005
     45msgid "Api Domain"
     46msgstr "Api Domain"
     47
     48#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2629
     49msgid "Approve and send to production."
     50msgstr "Approve and send to production."
     51
     52#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2945
     53msgid "Automatic"
     54msgstr "Automatic"
     55
     56#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4496
     57msgid "Available until"
     58msgstr ""
     59
     60#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:338
     61msgid "Cancel"
     62msgstr ""
     63
     64#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3056
     65msgid "Class names to hide when showing editor"
     66msgstr "Class names to hide when showing editor"
     67
     68#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1310
     69#: 
     70#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4037
     71msgid "Customize"
     72msgstr "Customize"
     73
     74#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2828
     75#: 
     76#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2876
     77msgid "days"
     78msgstr ""
     79
     80#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3810
     81msgid "Default"
     82msgstr ""
     83
     84#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3455
     85msgid "Defaults"
     86msgstr "Defaults"
     87
     88#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4498
     89#: 
     90#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4551
     91msgid "Delete"
     92msgstr ""
     93
     94#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:326
     95msgid "Design name"
     96msgstr ""
     97
     98#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4494
     99msgid "Display name"
     100msgstr ""
     101
     102#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3419
     103#: 
     104#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3459
     105msgid "Do not use dropshipping override"
     106msgstr ""
     107
     108#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3732
     109msgid "Dropshipping"
     110msgstr "Dropshipping"
     111
     112#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3264
     113#: 
     114#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4497
     115#: 
     116#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4549
     117#: 
     118#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4588
     119msgid "Edit"
     120msgstr "Edit"
     121
     122#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2581
     123msgid "Edit Customer Design"
     124msgstr "Edit Customer Design"
     125
     126#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3022
     127msgid "Embed Html Url"
     128msgstr "Embed Html Url"
     129
     130#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3226
     131msgid "Enable Debug Mode"
     132msgstr "Enable Debug Mode"
     133
     134#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3141
     135msgid "Enable saving of designs"
     136msgstr ""
     137
     138#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:327
     139msgid "Enter your display name"
     140msgstr ""
     141
     142#. Author URI of the plugin
     143msgid "https://printess.com"
     144msgstr "https://printess.com"
     145
     146#. URI of the plugin
     147msgid "https://printess.com/kb/integrations/woo-commerce/index.html"
     148msgstr "https://printess.com/kb/integrations/woo-commerce/index.html"
     149
     150#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3039
     151msgid "Ids to hide when showing editor"
     152msgstr "Ids to hide when showing editor"
     153
     154#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2946
     155msgid "Manual"
     156msgstr "Manual"
     157
     158#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3754
     159msgid "Merge Template 1"
     160msgstr "Merge Template 1"
     161
     162#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3762
     163msgid "Merge Template 2"
     164msgstr "Merge Template 2"
     165
     166#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3770
     167msgid "Merge Template 3"
     168msgstr "Merge Template 3"
     169
     170#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4569
     171msgid "Next"
     172msgstr ""
     173
     174#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3421
     175#: 
     176#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3445
     177#: 
     178#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3464
     179msgid "No dropshipping"
     180msgstr "No dropshipping"
     181
     182#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4467
     183msgid "No saved designs yet"
     184msgstr ""
     185
     186#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4426
     187msgid "Not logged in"
     188msgstr ""
     189
     190#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2433
     191msgid "Open"
     192msgstr ""
     193
     194#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2369
     195msgid "Open design"
     196msgstr ""
     197
     198#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3090
     199msgid "Order Approval Mode"
     200msgstr "Order Approval Mode"
     201
     202#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3175
     203msgid "Ordered Design lifetime (Days)"
     204msgstr ""
     205
     206#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3796
     207msgid "Output DPI"
     208msgstr "Output DPI"
     209
     210#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3782
     211msgid "Output Type"
     212msgstr "Output Type"
     213
     214#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3209
     215msgid "Overwrite product drop shipper in case of template mode"
     216msgstr ""
     217
     218#. Description of the plugin
     219msgid ""
     220"Personalize anything! Friendship mugs, t-shirts, greeting cards. Limitless "
     221"possibilities."
     222msgstr ""
     223"Personalize anything! Friendship mugs, t-shirts, greeting cards. Limitless "
     224"possibilities."
     225
     226#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2353
     227msgid "Personalized products"
     228msgstr ""
     229
     230#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1032
    19231msgid "Please close this window or tab."
    20232msgstr "Please close this window or tab."
    21233
    22 #: printess.php:688 printess.php:2528
    23 msgid "Customize"
    24 msgstr "Customize"
    25 
    26 #: printess.php:1398
    27 msgid "View thumbnail in new window."
    28 msgstr "View thumbnail in new window."
    29 
    30 #: printess.php:1423 printess.php:1540
    31 msgid "Tracking link"
    32 msgstr "Tracking link"
    33 
    34 #: printess.php:1440 printess.php:1526
    35 msgid "Tracking"
    36 msgstr "Tracking"
    37 
    38 #: printess.php:1461 printess.php:1529
    39 msgid "Shipping status"
    40 msgstr "Shipping status"
    41 
    42 #: printess.php:1519
    43 msgid "Shipping"
    44 msgstr "Shipping"
    45 
    46 #: printess.php:1524
    47 msgid "Product"
    48 msgstr "Product"
    49 
    50 #: printess.php:1621
    51 msgid "Edit Customer Design"
    52 msgstr "Edit Customer Design"
    53 
    54 #: printess.php:1630
    55 msgid "Printess Error Details"
    56 msgstr "Printess Error Details"
    57 
    58 #: printess.php:1636 printess.php:1644 printess.php:1652
    59 msgid "Printess Production Files"
    60 msgstr "Printess Production Files"
    61 
    62 #: printess.php:1668
    63 msgid "Approve and send to production."
    64 msgstr "Approve and send to production."
    65 
    66 #: printess.php:1670
    67 msgid "Processing."
    68 msgstr "Processing."
    69 
    70 #: printess.php:1687
     234#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2648
    71235msgid "Please copy & paste the shop and service tokens from your"
    72236msgstr "Please copy & paste the shop and service tokens from your"
    73237
    74 #: printess.php:1688
    75 msgid "account page"
    76 msgstr "account page"
    77 
    78 #: printess.php:1694
    79 msgid "Save Settings"
    80 msgstr "Save Settings"
    81 
    82 #: printess.php:1837
    83 msgid "Automatic"
    84 msgstr "Automatic"
    85 
    86 #: printess.php:1838
    87 msgid "Manual"
    88 msgstr "Manual"
    89 
    90 #. section slug .
    91 #: printess.php:1861
    92 msgid "Printess Settings"
    93 msgstr "Printess Settings"
    94 
    95 #. setting slug .
    96 #: printess.php:1870
    97 msgid "Shop Token"
    98 msgstr "Shop Token"
    99 
    100 #: printess.php:1880
    101 msgid "Service Token"
    102 msgstr "Service Token"
    103 
    104 #: printess.php:1897
    105 msgid "Api Domain"
    106 msgstr "Api Domain"
    107 
    108 #: printess.php:1914
    109 msgid "Embed Html Url"
    110 msgstr "Embed Html Url"
    111 
    112 #: printess.php:1931
    113 msgid "Ids to hide when showing editor"
    114 msgstr "Ids to hide when showing editor"
    115 
    116 #: printess.php:1948
    117 msgid "Class names to hide when showing editor"
    118 msgstr "Class names to hide when showing editor"
    119 
    120 #: printess.php:1965
    121 msgid "Additional classes for customize button"
    122 msgstr "Additional classes for customize button"
    123 
    124 #: printess.php:1982
    125 msgid "Order Approval Mode"
    126 msgstr "Order Approval Mode"
    127 
    128 #: printess.php:1999
    129 msgid "Add to cart after customization"
    130 msgstr "Add to cart after customization"
    131 
    132 #: printess.php:2016
    133 msgid "Show customize button on archive page"
    134 msgstr "Show customize button on archive page"
    135 
    136 #: printess.php:2033
    137 msgid "Enable Debug Mode"
    138 msgstr "Enable Debug Mode"
    139 
    140 #: printess.php:2071
    141 msgid "Edit"
    142 msgstr "Edit"
    143 
    144 #: printess.php:2156 printess.php:2180 printess.php:2191
    145 msgid "No dropshipping"
    146 msgstr "No dropshipping"
    147 
    148 #: printess.php:2158 printess.php:2192
    149 msgid "Use template settings"
    150 msgstr "Use template settings"
    151 
    152 #: printess.php:2190
    153 msgid "Defaults"
    154 msgstr "Defaults"
    155 
    156 #: printess.php:2241
    157 msgid "Dropshipping"
    158 msgstr "Dropshipping"
    159 
    160 #: printess.php:2254
    161 msgid "Merge Template 1"
    162 msgstr "Merge Template 1"
    163 
    164 #: printess.php:2255
    165 msgid "The name of the optional 1st merge template within Printess"
    166 msgstr "The name of the optional 1st merge template within Printess"
    167 
    168 #: printess.php:2262
    169 msgid "Merge Template 2"
    170 msgstr "Merge Template 2"
    171 
    172 #: printess.php:2263
    173 msgid "The name of the optional 2nd merge template within Printess"
    174 msgstr "The name of the optional 2nd merge template within Printess"
    175 
    176 #: printess.php:2270
    177 msgid "Merge Template 3"
    178 msgstr "Merge Template 3"
    179 
    180 #: printess.php:2271
    181 msgid "The name of the optional 3rd merge template within Printess"
    182 msgstr "The name of the optional 3rd merge template within Printess"
    183 
    184 #: printess.php:2282
    185 msgid "Output Type"
    186 msgstr "Output Type"
    187 
    188 #: printess.php:2283
    189 msgid "The output file type. Defaults to output a pdf file."
    190 msgstr "The output file type. Defaults to output a pdf file."
    191 
    192 #: printess.php:2296
    193 msgid "Output DPI"
    194 msgstr "Output DPI"
    195 
    196 #: printess.php:2297
    197 msgid "The used output dpi. Defaults to 300"
    198 msgstr "The used output dpi. Defaults to 300"
    199 
    200 #: printess.php:2561
    201 msgid "Saving design and redirecting back to product page..."
    202 msgstr "Saving design and redirecting back to product page..."
    203 
    204 #: printess.php:2670
    205 msgid "Printess Template"
    206 msgstr "Printess Template"
     238#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:627
     239#: 
     240#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:981
     241msgid "Please provide a display name."
     242msgstr ""
     243
     244#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4565
     245msgid "Previous"
     246msgstr ""
     247
     248#. Author of the plugin
     249msgid "Printess"
     250msgstr "Printess"
    207251
    208252#. Name of the plugin
     
    210254msgstr "Printess Editor"
    211255
    212 #. Description of the plugin
    213 msgid ""
    214 "Personalize anything! Friendship mugs, t-shirts, greeting cards. Limitless "
    215 "possibilities."
    216 msgstr ""
    217 "Personalize anything! Friendship mugs, t-shirts, greeting cards. Limitless "
    218 "possibilities."
    219 
    220 #. URI of the plugin
    221 msgid "https://printess.com/kb/integrations/woo-commerce/index.html"
    222 msgstr "https://printess.com/kb/integrations/woo-commerce/index.html"
    223 
    224 #. Author of the plugin
    225 msgid "Printess"
    226 msgstr "Printess"
    227 
    228 #. Author URI of the plugin
    229 msgid "https://printess.com"
    230 msgstr "https://printess.com"
     256#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2591
     257msgid "Printess Error Details"
     258msgstr "Printess Error Details"
     259
     260#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2597
     261#: 
     262#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2605
     263#: 
     264#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2613
     265msgid "Printess Production Files"
     266msgstr "Printess Production Files"
     267
     268#. section slug .
     269#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2969
     270msgid "Printess Settings"
     271msgstr "Printess Settings"
     272
     273#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4176
     274msgid "Printess Template"
     275msgstr "Printess Template"
     276
     277#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2631
     278msgid "Processing."
     279msgstr "Processing."
     280
     281#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2361
     282#: 
     283#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2487
     284msgid "Product"
     285msgstr "Product"
     286
     287#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4495
     288msgid "Product name"
     289msgstr ""
     290
     291#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3808
     292msgid "Redirect page"
     293msgstr ""
     294
     295#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:319
     296#: 
     297#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:337
     298msgid "Save design"
     299msgstr ""
     300
     301#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2655
     302msgid "Save Settings"
     303msgstr "Save Settings"
     304
     305#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3158
     306msgid "Saved Design lifetime (Days)"
     307msgstr ""
     308
     309#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4226
     310#: 
     311#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4484
     312msgid "Saved Designs"
     313msgstr ""
     314
     315#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:322
     316#: 
     317#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:332
     318msgid "Saved designs"
     319msgstr ""
     320
     321#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4069
     322msgid "Saving design and redirecting back to product page..."
     323msgstr "Saving design and redirecting back to product page..."
     324
     325#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:559
     326msgid "Saving design to your list of saved designs"
     327msgstr ""
     328
     329#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:317
     330msgid "Saving your design"
     331msgstr ""
     332
     333#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4486
     334msgid "Search"
     335msgstr ""
     336
     337#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4485
     338msgid "Search for name"
     339msgstr ""
     340
     341#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2988
     342msgid "Service Token"
     343msgstr "Service Token"
     344
     345#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2482
     346msgid "Shipping"
     347msgstr "Shipping"
     348
     349#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2253
     350#: 
     351#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2366
     352#: 
     353#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2492
     354msgid "Shipping status"
     355msgstr "Shipping status"
     356
     357#. setting slug .
     358#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2978
     359msgid "Shop Token"
     360msgstr "Shop Token"
     361
     362#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3124
     363msgid "Show customize button on archive page"
     364msgstr "Show customize button on archive page"
     365
     366#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3755
     367msgid "The name of the optional 1st merge template within Printess"
     368msgstr "The name of the optional 1st merge template within Printess"
     369
     370#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3763
     371msgid "The name of the optional 2nd merge template within Printess"
     372msgstr "The name of the optional 2nd merge template within Printess"
     373
     374#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3771
     375msgid "The name of the optional 3rd merge template within Printess"
     376msgstr "The name of the optional 3rd merge template within Printess"
     377
     378#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3783
     379msgid "The output file type. Defaults to output a pdf file."
     380msgstr "The output file type. Defaults to output a pdf file."
     381
     382#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3809
     383msgid ""
     384"The page that should be opened after the product has been added to the cart."
     385msgstr ""
     386
     387#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3797
     388msgid "The used output dpi. Defaults to 300"
     389msgstr "The used output dpi. Defaults to 300"
     390
     391#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:594
     392#: 
     393#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:607
     394msgid "There was an error while trying to save your design."
     395msgstr ""
     396
     397#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4493
     398msgid "Thumbnail"
     399msgstr ""
     400
     401#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2232
     402#: 
     403#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2363
     404#: 
     405#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2489
     406msgid "Tracking"
     407msgstr "Tracking"
     408
     409#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2216
     410#: 
     411#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2379
     412#: 
     413#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2502
     414msgid "Tracking link"
     415msgstr "Tracking link"
     416
     417#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2828
     418#: 
     419#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2838
     420#: 
     421#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2876
     422#: 
     423#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2886
     424msgid "Unlimited"
     425msgstr ""
     426
     427#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3423
     428#: 
     429#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3465
     430msgid "Use template settings"
     431msgstr "Use template settings"
     432
     433#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2194
     434msgid "View thumbnail in new window."
     435msgstr "View thumbnail in new window."
     436
     437#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:319
     438msgid ""
     439"You are currently not logged in. To be able to save designs you need to be "
     440"logged in. You will be redirected to the login page after clicking on "
     441"{SAVE_DESIGN}. After logging in / account creation you will be redirected "
     442"back to your current design so that you can continue working on your current "
     443"design."
     444msgstr ""
     445
     446#: home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:322
     447msgid ""
     448"You need to provide a display name for your saved design. This name is shown "
     449"on the {SAVE_DESIGN} page so that you can easily find it on future visits."
     450msgstr ""
  • printess-editor/trunk/languages/printess-editor.pot

    r3002524 r3007237  
    44"Project-Id-Version: Printess Editor\n"
    55"Report-Msgid-Bugs-To: \n"
    6 "POT-Creation-Date: 2023-11-28 07:45+0000\n"
     6"POT-Creation-Date: 2023-12-08 11:31+0000\n"
    77"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1717"X-Domain: printess-editor"
    1818
    19 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3192
     19#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3242
    2020msgid "Access Token"
    2121msgstr ""
    2222
    23 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2649
     23#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2683
    2424msgid "account page"
    2525msgstr ""
    2626
    27 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3107
     27#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3157
    2828msgid "Add to cart after customization"
    2929msgstr ""
    3030
    31 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1092
     31#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1121
    3232msgid "Adding item to cart."
    3333msgstr ""
    3434
    35 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3073
     35#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3123
    3636msgid "Additional classes for customize button"
    3737msgstr ""
    3838
    39 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:332
     39#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:345
    4040msgid ""
    4141"After saving, your saved design can be found under {SAVE_DESIGN} on your "
     
    4343msgstr ""
    4444
    45 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3005
     45#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3055
    4646msgid "Api Domain"
    4747msgstr ""
    4848
    49 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2629
     49#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2663
    5050msgid "Approve and send to production."
    5151msgstr ""
    5252
    53 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2945
     53#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2995
    5454msgid "Automatic"
    5555msgstr ""
    5656
    57 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4496
     57#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564
    5858msgid "Available until"
    5959msgstr ""
    6060
    61 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:338
     61#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:351
    6262msgid "Cancel"
    6363msgstr ""
    6464
    65 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3056
     65#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3106
    6666msgid "Class names to hide when showing editor"
    6767msgstr ""
    6868
    69 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1310
    70 #: 
    71 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4037
     69#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1350
     70#: 
     71#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4106
    7272msgid "Customize"
    7373msgstr ""
    7474
    75 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2828
    76 #: 
    77 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2876
     75#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2878
     76#: 
     77#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2926
    7878msgid "days"
    7979msgstr ""
    8080
    81 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3810
     81#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3879
    8282msgid "Default"
    8383msgstr ""
    8484
    85 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3455
     85#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3524
    8686msgid "Defaults"
    8787msgstr ""
    8888
    89 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4498
    90 #: 
    91 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4551
     89#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564
     90#: 
     91#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4598
    9292msgid "Delete"
    9393msgstr ""
    9494
    95 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:326
     95#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:339
    9696msgid "Design name"
    9797msgstr ""
    9898
    99 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4494
     99#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564
    100100msgid "Display name"
    101101msgstr ""
    102102
    103 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3419
    104 #: 
    105 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3459
     103#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3488
     104#: 
     105#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3528
    106106msgid "Do not use dropshipping override"
    107107msgstr ""
    108108
    109 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3732
     109#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3801
    110110msgid "Dropshipping"
    111111msgstr ""
    112112
    113 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3264
    114 #: 
    115 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4497
    116 #: 
    117 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4549
    118 #: 
    119 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4588
     113#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3333
     114#: 
     115#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564
     116#: 
     117#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4594
     118#: 
     119#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4638
    120120msgid "Edit"
    121121msgstr ""
    122122
    123 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2581
     123#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2615
    124124msgid "Edit Customer Design"
    125125msgstr ""
    126126
    127 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3022
     127#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3072
    128128msgid "Embed Html Url"
    129129msgstr ""
    130130
    131 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3226
     131#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3295
    132132msgid "Enable Debug Mode"
    133133msgstr ""
    134134
    135 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3141
     135#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3191
    136136msgid "Enable saving of designs"
    137137msgstr ""
    138138
    139 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:327
     139#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:340
    140140msgid "Enter your display name"
    141141msgstr ""
     
    149149msgstr ""
    150150
    151 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3039
     151#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3089
    152152msgid "Ids to hide when showing editor"
    153153msgstr ""
    154154
    155 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2946
     155#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2996
    156156msgid "Manual"
    157157msgstr ""
    158158
    159 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3754
     159#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3823
    160160msgid "Merge Template 1"
    161161msgstr ""
    162162
    163 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3762
     163#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3831
    164164msgid "Merge Template 2"
    165165msgstr ""
    166166
    167 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3770
     167#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3839
    168168msgid "Merge Template 3"
    169169msgstr ""
    170170
    171 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4569
     171#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4619
    172172msgid "Next"
    173173msgstr ""
    174174
    175 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3421
    176 #: 
    177 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3445
    178 #: 
    179 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3464
     175#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3490
     176#: 
     177#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3514
     178#: 
     179#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3533
    180180msgid "No dropshipping"
    181181msgstr ""
    182182
    183 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4467
     183#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4536
    184184msgid "No saved designs yet"
    185185msgstr ""
    186186
    187 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4426
     187#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4495
    188188msgid "Not logged in"
    189189msgstr ""
    190190
    191 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2433
     191#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2468
    192192msgid "Open"
    193193msgstr ""
    194194
    195 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2369
     195#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2400
    196196msgid "Open design"
    197197msgstr ""
    198198
    199 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3090
     199#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3140
    200200msgid "Order Approval Mode"
    201201msgstr ""
    202202
    203 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3175
     203#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3225
    204204msgid "Ordered Design lifetime (Days)"
    205205msgstr ""
    206206
    207 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3796
     207#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3865
    208208msgid "Output DPI"
    209209msgstr ""
    210210
    211 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3782
     211#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3851
    212212msgid "Output Type"
    213213msgstr ""
    214214
    215 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3209
     215#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3259
    216216msgid "Overwrite product drop shipper in case of template mode"
    217217msgstr ""
     
    223223msgstr ""
    224224
    225 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2353
     225#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2378
    226226msgid "Personalized products"
    227227msgstr ""
    228228
    229 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1032
     229#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1061
    230230msgid "Please close this window or tab."
    231231msgstr ""
    232232
    233 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2648
     233#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2682
    234234msgid "Please copy & paste the shop and service tokens from your"
    235235msgstr ""
    236236
    237 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:627
    238 #: 
    239 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:981
     237#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:654
     238#: 
     239#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:1008
    240240msgid "Please provide a display name."
    241241msgstr ""
    242242
    243 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4565
     243#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4615
    244244msgid "Previous"
    245245msgstr ""
     
    253253msgstr ""
    254254
    255 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2591
     255#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2625
    256256msgid "Printess Error Details"
    257257msgstr ""
    258258
    259 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2597
    260 #: 
    261 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2605
    262 #: 
    263 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2613
     259#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2631
     260#: 
     261#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2639
     262#: 
     263#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2647
    264264msgid "Printess Production Files"
    265265msgstr ""
    266266
    267267#. section slug .
    268 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2969
     268#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3019
    269269msgid "Printess Settings"
    270270msgstr ""
    271271
    272 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4176
     272#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4245
    273273msgid "Printess Template"
    274274msgstr ""
    275275
    276 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2631
     276#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2665
    277277msgid "Processing."
    278278msgstr ""
    279279
    280 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2361
    281 #: 
    282 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2487
     280#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2389
     281#: 
     282#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2521
    283283msgid "Product"
    284284msgstr ""
    285285
    286 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4495
     286#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564
    287287msgid "Product name"
    288288msgstr ""
    289289
    290 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3808
     290#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2441
     291msgid "Product thumbnail"
     292msgstr ""
     293
     294#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3277
     295msgid "Provide input for design name on second save"
     296msgstr ""
     297
     298#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3877
    291299msgid "Redirect page"
    292300msgstr ""
    293301
    294 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:319
    295 #: 
    296 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:337
     302#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:327
     303#: 
     304#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:350
    297305msgid "Save design"
    298306msgstr ""
    299307
    300 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2655
     308#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2689
    301309msgid "Save Settings"
    302310msgstr ""
    303311
    304 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3158
     312#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3208
    305313msgid "Saved Design lifetime (Days)"
    306314msgstr ""
    307315
    308 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4226
    309 #: 
    310 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4484
     316#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4295
     317#: 
     318#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4553
    311319msgid "Saved Designs"
    312320msgstr ""
    313321
    314 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:322
    315 #: 
    316 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:332
     322#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:330
     323#: 
     324#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:334
     325#: 
     326#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:345
    317327msgid "Saved designs"
    318328msgstr ""
    319329
    320 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4069
     330#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4138
    321331msgid "Saving design and redirecting back to product page..."
    322332msgstr ""
    323333
    324 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:559
     334#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:575
    325335msgid "Saving design to your list of saved designs"
    326336msgstr ""
    327337
    328 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:317
     338#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:325
    329339msgid "Saving your design"
    330340msgstr ""
    331341
    332 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4486
     342#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4555
    333343msgid "Search"
    334344msgstr ""
    335345
    336 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4485
     346#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4554
    337347msgid "Search for name"
    338348msgstr ""
    339349
    340 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2988
     350#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3038
    341351msgid "Service Token"
    342352msgstr ""
    343353
    344 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2482
     354#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2516
    345355msgid "Shipping"
    346356msgstr ""
    347357
    348 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2253
    349 #: 
    350 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2366
    351 #: 
    352 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2492
     358#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2297
     359#: 
     360#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2396
     361#: 
     362#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2526
    353363msgid "Shipping status"
    354364msgstr ""
    355365
    356366#. setting slug .
    357 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2978
     367#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3028
    358368msgid "Shop Token"
    359369msgstr ""
    360370
    361 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3124
     371#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3174
    362372msgid "Show customize button on archive page"
    363373msgstr ""
    364374
    365 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3755
     375#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3824
    366376msgid "The name of the optional 1st merge template within Printess"
    367377msgstr ""
    368378
    369 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3763
     379#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3832
    370380msgid "The name of the optional 2nd merge template within Printess"
    371381msgstr ""
    372382
    373 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3771
     383#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3840
    374384msgid "The name of the optional 3rd merge template within Printess"
    375385msgstr ""
    376386
    377 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3783
     387#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3852
    378388msgid "The output file type. Defaults to output a pdf file."
    379389msgstr ""
    380390
    381 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3809
     391#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3878
    382392msgid ""
    383393"The page that should be opened after the product has been added to the cart."
    384394msgstr ""
    385395
    386 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3797
     396#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3866
    387397msgid "The used output dpi. Defaults to 300"
    388398msgstr ""
    389399
    390 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:594
    391 #: 
    392 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:607
     400#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:610
     401#: 
     402#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:624
    393403msgid "There was an error while trying to save your design."
    394404msgstr ""
    395405
    396 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4493
     406#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:4564
    397407msgid "Thumbnail"
    398408msgstr ""
    399409
    400 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2232
    401 #: 
    402 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2363
    403 #: 
    404 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2489
     410#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2276
     411#: 
     412#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2392
     413#: 
     414#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2523
    405415msgid "Tracking"
    406416msgstr ""
    407417
    408 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2216
    409 #: 
    410 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2379
    411 #: 
    412 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2502
     418#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2260
     419#: 
     420#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2407
     421#: 
     422#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2536
    413423msgid "Tracking link"
    414424msgstr ""
    415425
    416 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2828
    417 #: 
    418 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2838
    419 #: 
    420 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2876
    421 #: 
    422 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2886
     426#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2878
     427#: 
     428#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2888
     429#: 
     430#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2926
     431#: 
     432#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2936
    423433msgid "Unlimited"
    424434msgstr ""
    425435
    426 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3423
    427 #: 
    428 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3465
     436#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3492
     437#: 
     438#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:3534
    429439msgid "Use template settings"
    430440msgstr ""
    431441
    432 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2194
     442#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:2238
    433443msgid "View thumbnail in new window."
    434444msgstr ""
    435445
    436 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:319
     446#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:327
    437447msgid ""
    438448"You are currently not logged in. To be able to save designs you need to be "
     
    443453msgstr ""
    444454
    445 #: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:322
     455#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:334
     456msgid ""
     457"You can provide a new design name to store this version under a different "
     458"name. This new version can then be found on your {SAVE_DESIGN} page as well."
     459msgstr ""
     460
     461#: /home/alex/printess/src/Printess/shopIntegrations/woocommerce/printess.php:330
    446462msgid ""
    447463"You need to provide a display name for your saved design. This name is shown "
  • printess-editor/trunk/printess.php

    r3006222 r3007237  
    55 * Plugin URI: https://printess.com/kb/integrations/woo-commerce/index.html
    66 * Developer: Bastian Kröger ([email protected])
    7  * Version: 1.4.6
     7 * Version: 1.4.7
    88 * Author: Printess
    99 * Author URI: https://printess.com
     
    1313 * Requires PHP: 7.0
    1414 *
    15  * Woo: 10000:923952dfsfhsf8429842384wdff234sfd
     15 * Woo: 10000:923953dfsfhsf8429842384wdff234sfd
    1616 * WC requires at least: 5.8
    1717 * WC tested up to: 8.2.1
     
    234234
    235235        .printess_show_if_no_design_name {
     236            display: none;
     237        }
     238
     239        .printess_show_if_no_design_name.visible {
    236240            display: grid;
    237241        }
    238242
    239         .printess_show_if_no_design_name.design_name {
     243        .printess_show_if_design_name {
    240244            display: none;
     245        }
     246
     247        .printess_show_if_design_name.visible {
     248            display: grid;
    241249        }
    242250
     
    321329                    <div class="printess_show_if_no_design_name" id="printess_show_if_no_design_name">
    322330                        <p><?php echo str_replace( '{SAVE_DESIGN}', '<span class="highlight">' . esc_html__( 'Saved designs', 'printess-editor' ) . '</span>', esc_html__( 'You need to provide a display name for your saved design. This name is shown on the {SAVE_DESIGN} page so that you can easily find it on future visits.', 'printess-editor' ) ); ?></p>
    323                        
    324                         <form class="woocommerce-form">
    325                             <p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
    326                                 <label for="printess_designnameedit"><?php echo esc_html__( 'Design name', 'printess-editor' ); ?></label>
    327                                 <input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="printess_designnameedit" id="printess_designnameedit" value="" placeholder="<?php echo esc_html__( 'Enter your display name', 'printess-editor' ); ?>">
    328                             </p>
    329                         </form>
    330331                    </div>
     332
     333                    <div class="printess_show_if_design_name" id="printess_show_if_design_name">
     334                        <p><?php echo str_replace( '{SAVE_DESIGN}', '<span class="highlight">' . esc_html__( 'Saved designs', 'printess-editor' ) . '</span>', esc_html__( 'You can provide a new design name to store this version under a different name. This new version can then be found on your {SAVE_DESIGN} page as well.', 'printess-editor' ) ); ?></p>
     335                    </div>
     336
     337                    <form class="woocommerce-form">
     338                        <p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
     339                            <label for="printess_designnameedit"><?php echo esc_html__( 'Design name', 'printess-editor' ); ?></label>
     340                            <input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="printess_designnameedit" id="printess_designnameedit" value="" placeholder="<?php echo esc_html__( 'Enter your display name', 'printess-editor' ); ?>">
     341                        </p>
     342                    </form>
     343                   
    331344
    332345                    <p><?php echo str_replace( '{SAVE_DESIGN}', '<span class="highlight">' . esc_html__( 'Saved designs', 'printess-editor' ) . '</span>', esc_html__( 'After saving, your saved design can be found under {SAVE_DESIGN} on your account page.', 'printess-editor' ) ); ?></p>
     
    352365                }
    353366
    354                 const desingNameEditDiv = document.getElementById("printess_show_if_no_design_name");
    355 
    356                 if(desingNameEditDiv) {
    357                     if(designName) {
    358                         desingNameEditDiv.classList.add("design_name");
    359                     } else {
    360                         desingNameEditDiv.classList.remove("design_name");
    361                     }
     367                let desingNameEditDiv = document.getElementById("printess_show_if_no_design_name");
     368                let desingNameEditDiv2 = document.getElementById("printess_show_if_design_name");
     369
     370                if(desingNameEditDiv && desingNameEditDiv2) {
     371                    if(!designName) {
     372                        desingNameEditDiv.classList.add("visible");
     373                        desingNameEditDiv2.classList.remove("visible");
     374                    } else {
     375                        desingNameEditDiv.classList.remove("visible");
     376                        desingNameEditDiv2.classList.add("visible");
     377                    }
    362378                }
    363379
     
    555571    }
    556572
    557     function printess_save_design(productId, saveToken, thumbnailUrl, storedDisplayName, callback) {
     573    function printess_save_design(productId, saveToken, thumbnailUrl, storedDisplayName, designId, callback) {
    558574        function doSave(displayName, design_id) {
    559575            printess_show_information_overlay("<?php echo esc_html__( 'Saving design to your list of saved designs', 'printess-editor' )?>");
     
    597613                        result.json().then((json) => {
    598614                            printess_hide_information_overlay();
     615                            design_id = json;
    599616                            callback(displayName, json);
    600617                        });
     
    611628        }
    612629
    613         let design_id = null;
     630        let design_id = designId;
     631        let design_name = "";
    614632
    615633        const urlParams = new URLSearchParams(window.location.search);
    616         const myParam = urlParams.get('design_id');
    617 
    618         if(myParam && !isNaN(myParam) && parseInt(myParam) > 0) {
    619             design_id = parseInt(myParam);
    620         }
    621 
    622         if(!design_id && !storedDisplayName) {
    623             printess_show_save_dialog(true, "", function() {
     634        let myParam = urlParams.get('design_id');
     635        const askForNameOnResave = <?php $show_dlg = get_option( 'printess_ask_for_name_on_resave', 'wpadminbar, page' ); echo wp_json_encode(true === $show_dlg || "true" === $show_dlg || "on" === $show_dlg ); ?>;
     636
     637        if(!design_id) {
     638            if(myParam && !isNaN(myParam) && parseInt(myParam) > 0) {
     639                design_id = parseInt(myParam);
     640            }   
     641        }
     642
     643        myParam = urlParams.get('design_name');
     644
     645        if(myParam) {
     646            design_name = myParam;
     647        }
     648
     649        if(askForNameOnResave === true || (!design_id && !storedDisplayName)) {
     650            printess_show_save_dialog(true, storedDisplayName || design_name, function() {
    624651                const displayNameInput = document.getElementById("printess_designnameedit");
    625652
     
    634661            });
    635662        } else {
    636             doSave(storedDisplayName, design_id);
     663            doSave(storedDisplayName || design_name, design_id);
    637664        }
    638665    }
     
    10131040                case "back":
    10141041                    currentDisplayName = "";//After the editor was closed, user should provide a new name on save
     1042                    design_id = null;
    10151043                    <?php
    10161044                    if ( 'buyer' === $mode ) { // Only buyer mode sets the token. The admin edit doesn't do anything!
     
    10201048                            const params = new URLSearchParams(window.location.search);
    10211049                            params.delete('design_id');
     1050                            params.delete('design_name');
    10221051                            params.delete('printess-save-token');
    10231052                            design_id = null;
     
    10611090                        } else {
    10621091                            ?>
    1063                             printess_save_design(<?php echo ( isset( $product ) && method_exists( $product, 'get_id' ) ? $product->get_id() : 0 ); ?>, saveTokenFromSave, event.data.result, currentDisplayName, function (displayName, designId) {
     1092                            printess_save_design(<?php echo ( isset( $product ) && method_exists( $product, 'get_id' ) ? $product->get_id() : 0 ); ?>, saveTokenFromSave, event.data.result, currentDisplayName, design_id, function (displayName, designId) {
    10641093                                currentDisplayName = displayName;
    10651094
     
    21632192            printess_unexpire_save_token( $parameters['saveToken'], printess_create_new_unexpiration_date() );
    21642193
    2165             return $repo->update_design( $customer_id, $design_id, $parameters['saveToken'], $parameters['thumbnailUrl'] );
     2194            if( array_key_exists( 'displayName', $parameters ) &&  null !== $parameters["displayName"] && "" !== $parameters["displayName"] &&  $parameters["displayName"] === $designs[0]["displayName"] ) {
     2195                return $repo->update_design( $customer_id, $design_id, $parameters['saveToken'], $parameters['thumbnailUrl'] );
     2196            } else {
     2197                return $repo->add_design( $customer_id, $parameters['saveToken'], $parameters['thumbnailUrl'], $designs[0]['productId'], $designs[0]['productName'], $parameters['displayName'], json_decode( $designs[0]['options'], true ) );
     2198            }
    21662199        }
    21672200    } else {
     
    27642797}
    27652798
    2766     /**
    2767     * Renders the Printess debug option.
    2768     */
     2799/**
     2800 * Renders the Printess debug option.
     2801 */
    27692802function printess_debug_field_callback() {
    27702803    $setting = printess_get_debug();
     
    27772810    ?>
    27782811    <input type="checkbox" name="printess_debug" <?php echo esc_html( $checked ); ?>>
     2812    <?php
     2813}
     2814
     2815/**
     2816 * Renders the Printess ask for name input on second save click setting.
     2817 */
     2818function printess_ask_for_name_on_resave_field_callback() {
     2819    $setting = get_option( 'printess_ask_for_name_on_resave', 'wpadminbar, page' );
     2820    $checked = '';
     2821
     2822    if ( $setting ) {
     2823        $checked = 'checked';
     2824    }
     2825
     2826    ?>
     2827    <input type="checkbox" name="printess_ask_for_name_on_resave" <?php echo esc_html( $checked ); ?>>
    27792828    <?php
    27802829}
     
    32133262        'printess_settings_section'
    32143263    );
     3264
     3265    //get_option( 'printess_ask_for_name_on_resave', 'wpadminbar, page' );
     3266    register_setting(
     3267        'printess-settings',
     3268        'printess_ask_for_name_on_resave',
     3269        array(
     3270            'type'    => 'boolean',
     3271            'default' => false,
     3272        )
     3273    );
     3274
     3275    add_settings_field(
     3276        'printess_ask_for_name_on_resave',
     3277        __( 'Provide input for design name on second save', 'printess-editor' ),
     3278        'printess_ask_for_name_on_resave_field_callback',
     3279        'printess-settings',
     3280        'printess_settings_section'
     3281    );
     3282
    32153283
    32163284    register_setting(
     
    45034571        $product_url = add_query_arg( 'printess-save-token', $design['saveToken'], $permalink );
    45044572        $product_url = add_query_arg( 'design_id', '' . $design['id'], $product_url );
     4573        $product_url = add_query_arg( 'design_name', '' . $design['displayName'], $product_url );
    45054574
    45064575        if( array_key_exists("options", $design) && null !== $design['options'] && "" !== $design['options']) {
  • printess-editor/trunk/readme.txt

    r3006222 r3007237  
    44Requires at least: 5.6
    55Tested up to: 8.2.1
    6 Stable tag: 1.4.6
     6Stable tag: 1.4.7
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5353* Added: Replaced table of personalized items in customer order detail view with CSS-Grid for easier styling.
    5454* Fixed: Adding personalized items to basket failed for variants in case the item was added through the personalized items table inside the customers order detail view.
     55
     56= 1.4.7 =
     57* Added: possibility to change saved design name on second and every consecutive "save" click.
Note: See TracChangeset for help on using the changeset viewer.